mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 05:36:57 +01:00
Merge pull request #7066 from VOREStation/vplk-failing-unit-tests-fail
Make failing unit tests actually fail travis checks.
This commit is contained in:
@@ -33,6 +33,6 @@ fi
|
||||
if [ $RUN -eq 1 ];
|
||||
then
|
||||
DreamDaemon $BASENAME.dmb -invisible -trusted -core 2>&1 | tee log.txt;
|
||||
grep "All Unit Tests Passed" log.txt
|
||||
grep "Caught 0 Runtimes" log.txt
|
||||
grep "All Unit Tests Passed" log.txt || exit 1
|
||||
grep "Caught 0 Runtimes" log.txt || exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user