From: Sam Lang Date: Wed, 2 Jan 2013 20:39:12 +0000 (-0600) Subject: qa/workunit: Update pjd script to use new tarball X-Git-Tag: v0.57~254^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0e9a0cd7b82ec2feb21475018db400a294c01bd3;p=ceph.git qa/workunit: Update pjd script to use new tarball The pjd script now uses the latest version of pjd with an additional test for opening a non-existent file. Signed-off-by: Sam Lang --- diff --git a/qa/workunits/suites/pjd.sh b/qa/workunits/suites/pjd.sh index d82bd35478a4..008ff4f8e500 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*