From: Nathan Cutler Date: Fri, 21 Apr 2017 13:30:02 +0000 (+0200) Subject: tests: set -x in suites/iozone.sh workunit X-Git-Tag: v12.0.3~256^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=25d468e3e71507fc9c1065fd3551237584e23385;p=ceph.git 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 --- diff --git a/qa/workunits/suites/iozone.sh b/qa/workunits/suites/iozone.sh index f2a9dce7524d..4fcf8f1b6739 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