From cc3b87f5367679ba9f68e88f02ec16fa9172bb0a Mon Sep 17 00:00:00 2001 From: Robin Houston Date: Sun, 29 Jan 2012 16:20:48 +0000 Subject: More flexible input syntax Accept test pairs on stdin even if they are not prefixed with the string "* FAILED: ". --- script/spec-all-pairs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'script/spec-all-pairs') diff --git a/script/spec-all-pairs b/script/spec-all-pairs index 6f27e6b8e..338f56147 100755 --- a/script/spec-all-pairs +++ b/script/spec-all-pairs @@ -41,6 +41,7 @@ pairs_from_stdin() { do case "$line" in \*\ FAILED:\ *) + spec/*.rb spec/$.rb) line=${line#\* FAILED: } if ! test_pair $line then @@ -63,4 +64,4 @@ then else all_pairs fi -exit $? \ No newline at end of file +exit $? -- cgit v1.2.3