ceph/qa/workunits/suites/pjd.sh

18 lines
242 B
Bash
Raw Normal View History

#!/bin/bash
2010-04-14 17:08:42 +00:00
set -e
wget http://download.ceph.com/qa/pjd-fstest-20090130-RC-aclfixes.tgz
tar zxvf pjd*.tgz
cd pjd*
make clean
make
cd ..
mkdir tmp
cd tmp
2011-06-16 21:07:15 +00:00
# must be root!
sudo prove -r -v --exec 'bash -x' ../pjd*/tests
2010-04-29 21:26:46 +00:00
cd ..
rm -rf tmp pjd*
2010-04-29 21:26:46 +00:00