Skip to content

Commit

Permalink
HOTFIX CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Mensch committed Jan 12, 2017
1 parent 4e20eff commit 5faac30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/test_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ if [[ "$COVERAGE" == "true" ]]; then
# Cython coverage needs to be run within folder
make test-coverage
else
cd "$TEST_RUN_FOLDER" && make -f $OLDPWD/Makefile test
(cd "$TEST_RUN_FOLDER" && make -f $OLDPWD/Makefile test)
fi

0 comments on commit 5faac30

Please sign in to comment.