From: Joao Eduardo Luis Date: Tue, 24 Jun 2014 21:46:44 +0000 (+0100) Subject: qa/workunits: cephtool: disable bash debug when not running tests X-Git-Tag: v0.83~38^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=946bd0dad4b027326b03c13405782b99ef0f91b2;p=ceph.git qa/workunits: cephtool: disable bash debug when not running tests Signed-off-by: Joao Eduardo Luis --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 79984be06d6..20a8475442e 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -758,6 +758,7 @@ function test_osd_bench() # will run all tests following the order they appear in the TESTS array. # +set +x TESTS=( mon_injectargs_SI tiering @@ -828,9 +829,13 @@ if [[ ${#tests_to_run[@]} -eq 0 ]]; then fi for i in ${tests_to_run[@]}; do + set -x test_${i} ; + set +x done +set -x + #test_mon_injectargs_SI ; #test_tiering ; #test_auth ;