Allow for parallel test execution.
This commit is contained in:
parent
b0e144065c
commit
bcc539999b
|
@ -3,5 +3,4 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
script/branding
|
script/branding
|
||||||
script/proof
|
ls -1 script/{test,cucumber,proof} | xargs -P 3 -L 1 /bin/bash
|
||||||
script/test
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
bundle exec rake features
|
|
@ -14,4 +14,4 @@ fi
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
bundle exec rake
|
bundle exec rake test
|
||||||
|
|
Loading…
Reference in New Issue