From: Joao Eduardo Luis Date: Tue, 24 Jun 2014 22:16:17 +0000 (+0100) Subject: qa/workunits: cephtool: set +e for the tcmalloc tests X-Git-Tag: v0.80.6~103^2~2^2~48 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=26f9860d19c38595bfced76fce864fe9ad9f3a27;p=ceph.git qa/workunits: cephtool: set +e for the tcmalloc tests Avoids failing the tests when tcmalloc is not present Signed-off-by: Joao Eduardo Luis (cherry picked from commit 5c4616e100297ba8639919aca7a9cb59e4bda54a) --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index abb0dd96f04..2c8befbe40c 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -676,12 +676,14 @@ function test_mon_osd_misc() function test_mon_heap_profiler() { + set +e # expect 'heap' commands to be correctly parsed ceph heap stats ceph heap start_profiler ceph heap dump ceph heap stop_profiler ceph heap release + set -e } function test_osd_bench()