ceph/qa/workunits/suites/pjd.sh
Yazen Ghannam e6662e5a6d Workunits : suites/pjd.sh : Do make clean so make can build on current arch.
Signed-off-by: Yazen Ghannam <yazen.ghannam@linaro.org>
2015-07-09 04:35:45 -04:00

19 lines
292 B
Bash
Executable File

#!/bin/bash
set -e
#wget http://ceph.com/qa/pjd-fstest-20090130-RC-open24.tgz
wget http://ceph.com/qa/pjd-fstest-20090130-RC-aclfixes.tgz
tar zxvf pjd*.tgz
cd pjd*
make clean
make
cd ..
mkdir tmp
cd tmp
# must be root!
sudo prove -r -v --exec 'bash -x' ../pjd*/tests
cd ..
rm -rf tmp pjd*