qa: fix broken.runner
This commit is contained in:
parent
0b8a66f877
commit
d796c73e89
|
@ -9,10 +9,10 @@ if ( test -e $test_output) rm $test_output
|
||||||
$test > $test_output >[2=1] &
|
$test > $test_output >[2=1] &
|
||||||
testpid=$apid
|
testpid=$apid
|
||||||
|
|
||||||
sleep 3
|
|
||||||
|
|
||||||
wait $testpid
|
wait $testpid
|
||||||
|
|
||||||
|
sleep 5
|
||||||
|
|
||||||
if ( cat $test_output | grep suicide > /dev/null ) {
|
if ( cat $test_output | grep suicide > /dev/null ) {
|
||||||
rm $test_output
|
rm $test_output
|
||||||
echo PASS
|
echo PASS
|
||||||
|
|
Loading…
Reference in New Issue