Run the scripts properly.

This commit is contained in:
Parker Moore
2014-08-30 18:27:42 -07:00
parent 2d485ab6fe
commit f90d8db827
2 changed files with 2 additions and 14 deletions

View File

@@ -1,16 +1,4 @@
#! /bin/bash
set -e
parallelize_tests() {
ls -1 script/{test,cucumber,proof} | xargs -P 3 -L 1 /bin/bash
}
serialize_tests() {
script/proof
script/test
script/cucumber
}
script/branding
bundle exec rake $TEST_SUITE
script/$TEST_SUITE