diff options
author | Raghavendra Talur <rtalur@redhat.com> | 2015-08-08 01:53:52 +0530 |
---|---|---|
committer | Raghavendra Talur <rtalur@redhat.com> | 2015-08-12 11:57:30 -0700 |
commit | f7e14df044ee5091bc89ad7ad2a7d22092b50be8 (patch) | |
tree | c94aaad99d8810694a5a4143492367d4a7934f9e | |
parent | b5a98df6343da6229b1b102883d8e992cd4a55a5 (diff) |
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 <rtalur@redhat.com>
Reviewed-on: http://review.gluster.org/11865
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Ravishankar N <ravishankar@redhat.com>
-rw-r--r-- | tests/include.rc | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |