]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunit: Update pjd script to use new tarball
authorSam Lang <sam.lang@inktank.com>
Wed, 2 Jan 2013 20:39:12 +0000 (14:39 -0600)
committerSam Lang <sam.lang@inktank.com>
Wed, 2 Jan 2013 23:08:37 +0000 (17:08 -0600)
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 <sam.lang@inktank.com>
qa/workunits/suites/pjd.sh

index d82bd35478a4e9ad2c60e89d8949915e3e18bd96..008ff4f8e500b82db227473c56174f0ee1715135 100755 (executable)
@@ -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*