summaryrefslogtreecommitdiff
path: root/qa/workunits
diff options
context:
space:
mode:
authorJosh Durgin <josh.durgin@dreamhost.com>2011-12-09 16:31:07 -0800
committerJosh Durgin <josh.durgin@dreamhost.com>2011-12-09 16:31:42 -0800
commitcf279a8b72f2d859c21a09dfcbb743e879dca78d (patch)
treebaba6c8d82f45fecdbd4f1be2337c8c6f31536dd /qa/workunits
parent8064440d900fcf9473a337bd2eb7522e805274ed (diff)
downloadceph-cf279a8b72f2d859c21a09dfcbb743e879dca78d.tar.gz
workunits: print tests pjd runs
This will tell us which ones actually failed within a test suite. Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
Diffstat (limited to 'qa/workunits')
-rwxr-xr-xqa/workunits/suites/pjd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/workunits/suites/pjd.sh b/qa/workunits/suites/pjd.sh
index 9f667886766..43b010047ea 100755
--- a/qa/workunits/suites/pjd.sh
+++ b/qa/workunits/suites/pjd.sh
@@ -10,7 +10,7 @@ cd ..
mkdir tmp
cd tmp
# must be root!
-sudo prove -r ../pjd*/tests
+sudo prove -r -v ../pjd*/tests
cd ..
rm -r tmp pjd*