Test fix: python logging test spams its output
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 12 Jan 2019 19:21:24 +0000 (14:21 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 14 Jan 2019 22:56:28 +0000 (17:56 -0500)
A set -x/+x pair was erroneously committed as part of the
test_python_logging test script which causes the test to be
unnecessarily verbose.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/ust/python-logging/test_python_logging.in

index 2b5852c2f77b1d91b6623e649a752431d26c55af..e9833bea0eff37b6f35eb7a25e38d6f8647f5153 100755 (executable)
@@ -66,9 +66,7 @@ function run_app
                opt="${opt} -g ${go_file}"
        fi
 
-       set -x
        $python $TESTAPP_PATH/$TESTAPP_BIN -n $NR_ITER -s $NR_SEC_WAIT $opt
-       set +x
 }
 
 function run_app_background
This page took 0.026788 seconds and 5 git commands to generate.