better handle disabled tests and exclude files

ok beck@ guenther@
This commit is contained in:
Brent Cook
2014-07-21 18:30:31 -05:00
parent 23dc97f8c2
commit 33bc05ca9c
2 changed files with 21 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
./fork_rand > fork_rand.txt
./pidwraptest > pidwraptest.txt
while read -r a b;
do
if [ "$a" = "$b" ]; then
@@ -8,4 +8,4 @@ do
else
echo "PASS: $a != $b"
fi
done < fork_rand.txt
done < pidwraptest.txt