update counting tests for multi-shell testing

This commit is contained in:
Thomas Levine 2016-02-28 22:51:28 +00:00
parent c6e1016b80
commit e81b120a11
21 changed files with 8 additions and 13 deletions

View File

@ -1,2 +0,0 @@
#!/bin/sh
../../urchin .test-one | grep '1 test failed'

View File

@ -1,2 +0,0 @@
#!/bin/sh
../../urchin .test-one | grep '1 test passed'

View File

@ -1,3 +0,0 @@
#!/bin/sh
../../urchin .test | grep '7 tests passed.'

View File

@ -1,3 +0,0 @@
#!/bin/sh
../../urchin .test | grep '3 tests failed.'

View File

@ -1,3 +0,0 @@
#!/bin/sh
../urchin .example-test-suite | grep '31'

View File

@ -0,0 +1,2 @@
#!/bin/sh
$TEST_SHELL ../../urchin -s sh .test-one | grep '1 test failed'

View File

@ -0,0 +1,2 @@
#!/bin/sh
$TEST_SHELL ../../urchin -s sh .test-one | grep '1 test passed'

View File

@ -0,0 +1,2 @@
#!/bin/sh
$TEST_SHELL ../../urchin -s sh .test | grep '7 tests passed.'

View File

@ -0,0 +1,2 @@
#!/bin/sh
$TEST_SHELL ../../urchin -s sh .test | grep '3 tests failed.'