diff options
-rwxr-xr-x | script/spec-all-pairs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/spec-all-pairs b/script/spec-all-pairs index 338f56147..25ca4c32a 100755 --- a/script/spec-all-pairs +++ b/script/spec-all-pairs @@ -40,8 +40,8 @@ pairs_from_stdin() { while read line do case "$line" in - \*\ FAILED:\ *) - spec/*.rb spec/$.rb) + \*\ FAILED:\ *|\ + spec/*.rb\ spec/$.rb) line=${line#\* FAILED: } if ! test_pair $line then |