From: Jérémie Galarneau Date: Sat, 12 Jan 2019 19:21:24 +0000 (-0500) Subject: Test fix: python logging test spams its output X-Git-Tag: v2.12.0-rc1~670 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=cf5683e616e0f6bb8b7b25c62dbff63552894c1d Test fix: python logging test spams its output 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 --- diff --git a/tests/regression/ust/python-logging/test_python_logging.in b/tests/regression/ust/python-logging/test_python_logging.in index 2b5852c2f..e9833bea0 100755 --- a/tests/regression/ust/python-logging/test_python_logging.in +++ b/tests/regression/ust/python-logging/test_python_logging.in @@ -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