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

@ -27,4 +27,4 @@ env:
- secure: Ym8nx7nbfGYGo47my92M+deJykaiMkdZdb615EO51liv/xy/0aQ919Jpfieugc9d3zVnm+zFGPbpv4YzRpsik6OlVBNa4lP+BnQ27ptf5YcLWD8Hksi7845WFLecXMoaTCoYer/TvYZsIWJb2nSDMH9qbfZhnd1YZKuvUpK0rEU=
matrix:
- TEST_SUITE=test
- TEST_SUITE=features
- TEST_SUITE=cucumber

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