diff options
author | Josh Durgin <josh.durgin@inktank.com> | 2013-02-25 14:09:41 -0800 |
---|---|---|
committer | Josh Durgin <josh.durgin@inktank.com> | 2013-02-25 14:09:44 -0800 |
commit | 2b7deeea2e9b5794d6e7df5efe75c6b6a9f7e1e7 (patch) | |
tree | b67a9e194d0d5bf8602593c976923aab338eb8a1 | |
parent | 7f61072ad631096e3657ff94ddfb35ed1b7e8111 (diff) | |
download | ceph-2b7deeea2e9b5794d6e7df5efe75c6b6a9f7e1e7.tar.gz |
qa: output rados test names as they run
So we don't have to figure out which test is running from the output,
which can be difficult with the system tests.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
-rwxr-xr-x | qa/workunits/rados/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/workunits/rados/test.sh b/qa/workunits/rados/test.sh index b18519ab34b..0958ebf897c 100755 --- a/qa/workunits/rados/test.sh +++ b/qa/workunits/rados/test.sh @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/sh -ex ceph_test_rados_api_aio ceph_test_rados_api_io |