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.80.6~103^2~2^2~50 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=373224729e9ab2a46afb43b1388d37ff951cc42e;p=ceph.git qa/workunits: cephtool: disable bash debug when not running tests Signed-off-by: Joao Eduardo Luis (cherry picked from commit 946bd0dad4b027326b03c13405782b99ef0f91b2) --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 9b24120c7907..7ac76a2ea423 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -741,6 +741,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 @@ -811,9 +812,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 ;