ceph/qa/workunits/suites/pjd.sh
Josh Durgin cf279a8b72 workunits: print tests pjd runs
This will tell us which ones actually failed within a test suite.

Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
2011-12-09 16:31:42 -08:00

17 lines
185 B
Bash
Executable File

#!/bin/bash
set -e
wget http://ceph.newdream.net/qa/pjd.tgz
tar zxvf pjd*.tgz
cd pjd*
make
cd ..
mkdir tmp
cd tmp
# must be root!
sudo prove -r -v ../pjd*/tests
cd ..
rm -r tmp pjd*