From f7e14df044ee5091bc89ad7ad2a7d22092b50be8 Mon Sep 17 00:00:00 2001 From: Raghavendra Talur Date: Sat, 8 Aug 2015 01:53:52 +0530 Subject: tests: Disable trace mode in G_LOG We run tests in trace mode(set -x) when re-running failed tests. G_LOG is a util function and it need not be executed in trace mode. Change-Id: I5490bdcacef6856c5501272c8173828c30aaf373 BUG: 1251592 Signed-off-by: Raghavendra Talur Reviewed-on: http://review.gluster.org/11865 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Ravishankar N --- tests/include.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/include.rc b/tests/include.rc index 0901adeb72e..bf480c22bdb 100644 --- a/tests/include.rc +++ b/tests/include.rc @@ -140,7 +140,7 @@ function G_LOG() do echo $string>>$i done -} +} 2> /dev/null function test_header() { -- cgit