rename files because of the new molly guard
This commit is contained in:
parent
a2d7b41ca1
commit
f0e034b91f
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
../../urchin .fixture | grep '7 tests passed.'
|
../../urchin .test | grep '7 tests passed.'
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
../../urchin .fixture | grep '3 tests failed.'
|
../../urchin .test | grep '3 tests failed.'
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
[ $(../../urchin .fixtures| grep 31|wc -l) -lt 3 ]
|
[ $(../../urchin .test| grep 31|wc -l) -lt 3 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user