aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 $?