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

Commit 86a44a7

Browse files
committed
Add dub upgrade to runtests
1 parent 071de32 commit 86a44a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/runtests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ echo "Running tests with ${COMPILER}..."
2121
for testCase in tc*; do
2222
cd $testCase
2323

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

0 commit comments

Comments
 (0)