test skip on exit code 3

This commit is contained in:
Thomas Levine 2016-02-26 17:37:12 +00:00
parent 80ebf28da9
commit dce0adc768
4 changed files with 4 additions and 0 deletions

1
tests/skip/.test/fail Executable file
View File

@ -0,0 +1 @@
exit 1

1
tests/skip/.test/skip Executable file
View File

@ -0,0 +1 @@
exit 3

1
tests/skip/.test/succeed Executable file
View File

@ -0,0 +1 @@
exit 0

View File

@ -0,0 +1 @@
test $(../../urchin -t .test/ | grep -c SKIP) -eq 1