From 5c4616e100297ba8639919aca7a9cb59e4bda54a Mon Sep 17 00:00:00 2001 From: Joao Eduardo Luis Date: Tue, 24 Jun 2014 23:16:17 +0100 Subject: [PATCH] qa/workunits: cephtool: set +e for the tcmalloc tests Avoids failing the tests when tcmalloc is not present Signed-off-by: Joao Eduardo Luis --- qa/workunits/cephtool/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 7eefb02ce9883..b45fe32d57b3a 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() -- 2.39.5