diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-01-02 15:59:59 -0800 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-01-02 15:59:59 -0800 |
commit | 29ff87a5735cbae4bf7802ebe904fd7f5cb55bfb (patch) | |
tree | 472085667006c13fe0070abf823476000456afd8 | |
parent | 64d2760a49c9b2d34c32954cf9fcdcae47b52b62 (diff) | |
parent | 0e9a0cd7b82ec2feb21475018db400a294c01bd3 (diff) | |
download | ceph-29ff87a5735cbae4bf7802ebe904fd7f5cb55bfb.tar.gz |
Merge branch 'master' of https://github.com/ceph/ceph
-rwxr-xr-x | qa/workunits/suites/pjd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/workunits/suites/pjd.sh b/qa/workunits/suites/pjd.sh index d82bd35478a..008ff4f8e50 100755 --- a/qa/workunits/suites/pjd.sh +++ b/qa/workunits/suites/pjd.sh @@ -2,7 +2,7 @@ set -e -wget http://ceph.com/qa/pjd.tgz +wget http://ceph.com/qa/pjd-fstest-20090130-RC-open24.tgz tar zxvf pjd*.tgz cd pjd* make @@ -12,5 +12,5 @@ cd tmp # must be root! sudo prove -r -v --exec 'bash -x' ../pjd*/tests cd .. -rm -r tmp pjd* +rm -rf tmp pjd* |