aboutsummaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-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 e5a6dc1cb..31cb7a36b 100755
--- a/script/spec-all-pairs
+++ b/script/spec-all-pairs
@@ -4,7 +4,7 @@
# to winkle out order-dependent failures.
test_pair () {
- rake db:test:prepare > /dev/null
+ rake db:test:prepare > /dev/null 2>&1
if script/spec "$1" "$2" > /dev/null 2>&1
then
echo "OK: $1 $2"