fix regex more
This commit is contained in:
parent
968b539d15
commit
5b353b9734
@ -15,7 +15,7 @@ echo "$contents" > $testcase
|
|||||||
chmod +x $testcase
|
chmod +x $testcase
|
||||||
case "$expectation" in ok) regex='^ok 1 - testcase';;
|
case "$expectation" in ok) regex='^ok 1 - testcase';;
|
||||||
not\ ok) regex='^not ok 1 - testcase';;
|
not\ ok) regex='^not ok 1 - testcase';;
|
||||||
skip) regex='^ok 1 - testcase ([)]*) # SKIP';;
|
skip) regex='^ok 1 - testcase ([^)]*) # SKIP';;
|
||||||
*) exit 3;; # skip malformed test
|
*) exit 3;; # skip malformed test
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user