aboutsummaryrefslogtreecommitdiffstats
path: root/script/spec-all-pairs
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-01-29 19:13:34 +0000
committerRobin Houston <robin.houston@gmail.com>2012-01-29 19:13:34 +0000
commitbbaa789b6c417300fbdace70ca93d7099c68b718 (patch)
treef15eb4eef728701dceddffe440a609302cac8d8d /script/spec-all-pairs
parentd4c29c07ae46784ea1d564b749fb709c94a913f9 (diff)
parentf6cd280bbfafa2151ededb8280407686fb73e8a7 (diff)
Merge branch 'release/0.5' into wdtk
Diffstat (limited to 'script/spec-all-pairs')
-rwxr-xr-xscript/spec-all-pairs3
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 $?