Skip to content

Commit

Permalink
Add set -e just in case things go horribly wrong [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Aug 22, 2016
1 parent a5ba765 commit 792c090
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/circle_balanceload.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
# Balance the testing load between 2 CircleCI parallel containers

set -e

tests=($(/tmp/julia/bin/julia -e 'include("choosetests.jl"); t = choosetests(["all"])[1]; print(join(t, " "))'))

# Command to run tests -- append names for specific tests
Expand Down

0 comments on commit 792c090

Please sign in to comment.