diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-01-29 19:13:34 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-01-29 19:13:34 +0000 |
commit | bbaa789b6c417300fbdace70ca93d7099c68b718 (patch) | |
tree | f15eb4eef728701dceddffe440a609302cac8d8d /script/spec-all-pairs | |
parent | d4c29c07ae46784ea1d564b749fb709c94a913f9 (diff) | |
parent | f6cd280bbfafa2151ededb8280407686fb73e8a7 (diff) |
Merge branch 'release/0.5' into wdtk
Diffstat (limited to 'script/spec-all-pairs')
-rwxr-xr-x | script/spec-all-pairs | 3 |
1 files changed, 2 insertions, 1 deletions
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 $? |