pmrep: fix archive end time reporting
[pcp.git] / qa / recheck
blob165bb297d4c7dc76e9c7af607aafa9f45a7342fd
1 #!/bin/sh
3 # Rerun check for all the tests that failed last time ... the
4 # ones with a *.out.bad file
7 list=`echo *.out.bad | sed -e 's/.out.bad//g'`
9 if [ "$list" = "*" ]
10 then
11 echo "Nothing failed, bozo!"
12 exit 1
15 ./check $* $list