fix the 2 thing
This commit is contained in:
parent
c89dbb09cb
commit
f776f4174b
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ $(grep -c 'setup has run' .log) > '2' ]
|
||||
[ $(grep -c 'setup has run' .log) -gt '2' ]
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ $(grep -c 'setup has run' .log) > '2' ]
|
||||
[ $(grep -c 'setup has run' .log) -gt '2' ]
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ $(grep -c 'teardown has run' .log) > '2' ]
|
||||
[ $(grep -c 'teardown has run' .log) -gt '2' ]
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ $(grep -c 'teardown has run' .log) > '2' ]
|
||||
[ $(grep -c 'teardown has run' .log) -gt '2' ]
|
||||
|
Loading…
Reference in New Issue
Block a user