Merge pull request #7272 from Citadel-Station-13/upstream-merge-38816

[MIRROR] Make travis use -verbose to get all the runtimes without limit
This commit is contained in:
LetterJay
2018-07-01 09:35:33 -05:00
committed by GitHub

View File

@@ -67,7 +67,7 @@ if [ "$BUILD_TOOLS" = false ]; then
fi
ln -s $HOME/libmariadb/libmariadb.so libmariadb.so
DreamDaemon tgstation.dmb -close -trusted -params "test-run&log-directory=travis"
DreamDaemon tgstation.dmb -close -trusted -verbose -params "test-run&log-directory=travis"
cat data/logs/travis/clean_run.lk
fi;
fi;