From cf5683e616e0f6bb8b7b25c62dbff63552894c1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Sat, 12 Jan 2019 14:21:24 -0500 Subject: [PATCH] Test fix: python logging test spams its output MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- tests/regression/ust/python-logging/test_python_logging.in | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.34.1