aboutsummaryrefslogtreecommitdiffstats
path: root/script/spec-all-pairs
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-01-31 17:52:22 +0000
committerRobin Houston <robin.houston@gmail.com>2012-01-31 17:52:22 +0000
commita3dc416767b093af851ca0bece3daaf783c3c9e0 (patch)
tree4dba95cf2ce5027b97d2ecafc6c3740d410c5edb /script/spec-all-pairs
parentc36b1b52e04213be91b461416d81ecbade4db159 (diff)
Suppress stderr output from rake db:test:prepare
Diffstat (limited to 'script/spec-all-pairs')
-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"