diff options
-rwxr-xr-x | script/spec-all-pairs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/script/spec-all-pairs b/script/spec-all-pairs index 25ca4c32a..e5a6dc1cb 100755 --- a/script/spec-all-pairs +++ b/script/spec-all-pairs @@ -4,8 +4,7 @@ # to winkle out order-dependent failures. test_pair () { - rake db:test:purge > /dev/null - rake db:test:clone_structure > /dev/null + rake db:test:prepare > /dev/null if script/spec "$1" "$2" > /dev/null 2>&1 then echo "OK: $1 $2" |