count setup better
This commit is contained in:
parent
e66551f50f
commit
64530e8920
3
tests/Setup and Teardown/.test/setup count a
Executable file
3
tests/Setup and Teardown/.test/setup count a
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ $(grep -c 'setup has run' $log) -eq '1' ]
|
3
tests/Setup and Teardown/.test/setup count b
Executable file
3
tests/Setup and Teardown/.test/setup count b
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ $(grep -c 'setup has run' $log) -eq '2' ]
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ $(grep -c 'setup has run' $log) -gt '2' ]
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ $(grep -c 'setup has run' $log) -gt '2' ]
|
Loading…
Reference in New Issue
Block a user