mirror of
https://github.com/ceph/ceph
synced 2025-03-30 07:19:14 +00:00
qa/workunits/suites/pjd.sh: bash -x
This will let us see what test is failing, exactly, and what its inputs were. Hoping to help find #2187. Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
4e1d973e46
commit
7586cde9de
@ -10,7 +10,7 @@ cd ..
|
||||
mkdir tmp
|
||||
cd tmp
|
||||
# must be root!
|
||||
sudo prove -r -v ../pjd*/tests
|
||||
sudo prove -r -v --exec 'bash -x' ../pjd*/tests
|
||||
cd ..
|
||||
rm -r tmp pjd*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user