mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Run the scripts properly.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user