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.83~38^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5c4616e100297ba8639919aca7a9cb59e4bda54a;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 --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 7eefb02ce988..b45fe32d57b3 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -693,12 +693,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()