Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Add dub upgrade to runtests
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Jul 5, 2018
1 parent 071de32 commit 86a44a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ echo "Running tests with ${COMPILER}..."
for testCase in tc*; do
cd $testCase

dub upgrade
dub --compiler="${COMPILER}" >testout.txt 2>&1
if [[ $? -eq 0 ]]; then
echo -e "${YELLOW}$testCase:${NORMAL} ... ${GREEN}Pass${NORMAL}";
Expand Down

0 comments on commit 86a44a7

Please sign in to comment.