Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
make parallel test running work locally
Browse files Browse the repository at this point in the history
@tomwilkie assures me this change won't break CircleCI. We shall see.

This now works for me:

make clean
make COVERAGE=true
COVERDIR=test/coverage SLOW=true ./test/units.sh
cd test
./setup.sh
COVERAGE=true PARALLEL=true ./run_all.sh
./gen_coverage_reports.sh
  • Loading branch information
rade committed Jul 30, 2015
1 parent dccd199 commit 6a136ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ if [ -n "$CIRCLECI" -o -n "$PARALLEL" ]; then
RUNNER_ARGS="$RUNNER_ARGS -parallel"
fi

../testing/runner/runner $RUNNER_ARGS $TESTS
HOSTS="$HOSTS" ../testing/runner/runner $RUNNER_ARGS $TESTS

0 comments on commit 6a136ee

Please sign in to comment.