Skip to content

Commit

Permalink
Fixes after 98bf5de
Browse files Browse the repository at this point in the history
  • Loading branch information
cskarby committed Apr 20, 2015
1 parent 4c38390 commit 81cd26d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ before_install:

script: make test

after_success: ./runAllTests.csh
after_success: ./runAllTests.sh

os: linux
2 changes: 1 addition & 1 deletion runAllTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# make test

set -x # Output every command
for program in testing/*.exe; do
for program in $(dirname $0)/testing/*.exe; do
"${program}" || exit $?
done

0 comments on commit 81cd26d

Please sign in to comment.