aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscript/spec-all-pairs2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/spec-all-pairs b/script/spec-all-pairs
index aab782c8d..0d83f5837 100755
--- a/script/spec-all-pairs
+++ b/script/spec-all-pairs
@@ -12,7 +12,7 @@ do
do
rake db:test:purge > /dev/null
rake db:test:clone_structure > /dev/null
- if ! ( script/spec "$spec1" "$spec2" ) > /dev/null
+ if ! ( script/spec "$spec1" "$spec2" ) > /dev/null 2>&1
then
echo "FAILED: $spec1 $spec2"
fi