more counting

This commit is contained in:
Thomas Levine 2012-10-11 00:40:54 -04:00
parent 662a6efb2f
commit fb1956880b
12 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
[ $(grep -c 'setup has run' .log) > '2' ]

View File

@ -0,0 +1,3 @@
#!/bin/sh
[ $(grep -c 'setup has run' .log) > '2' ]

View File

@ -0,0 +1,3 @@
#!/bin/sh
[ -f .log ]

View File

@ -0,0 +1,3 @@
#!/bin/sh
[ $(grep -c 'setup_dir has run' .log) = '1' ]

View File

@ -0,0 +1,3 @@
#!/bin/sh
[ $(grep -c 'setup_dir has run' .log) = '1' ]

View File

@ -0,0 +1,3 @@
#!/bin/sh
[ $(grep -c 'teardown has run' .log) > '2' ]

View File

@ -0,0 +1,3 @@
#!/bin/sh
[ $(grep -c 'teardown has run' .log) > '2' ]

View File

@ -0,0 +1,3 @@
#!/bin/sh
[ $(../../urchin .fixtures| grep 31|wc -l) -lt 3 ]