From 25d468e3e71507fc9c1065fd3551237584e23385 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Fri, 21 Apr 2017 15:30:02 +0200 Subject: [PATCH] tests: set -x in suites/iozone.sh workunit Seems like this should be a "best practice." Fixes: http://tracker.ceph.com/issues/19740 Signed-off-by: Nathan Cutler --- qa/workunits/suites/iozone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/suites/iozone.sh b/qa/workunits/suites/iozone.sh index f2a9dce7524dc..4fcf8f1b67390 100755 --- a/qa/workunits/suites/iozone.sh +++ b/qa/workunits/suites/iozone.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -e +set -ex iozone -c -e -s 1024M -r 16K -t 1 -F f1 -i 0 -i 1 iozone -c -e -s 1024M -r 1M -t 1 -F f2 -i 0 -i 1 -- 2.39.5