diff options
Diffstat (limited to 'script')
-rwxr-xr-x | script/spec-all-pairs | 2 |
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" |