Fixes CI hang

This commit is contained in:
MarinaGryphon
2021-02-16 23:19:16 -06:00
committed by GitHub
parent d3669194b2
commit 519a606574

View File

@@ -33,7 +33,7 @@ fi
# YW Edit removes "|| exit 1" until we can fix our submaps
if [ $RUN -eq 1 ];
then
DreamDaemon $BASENAME.dmb -invisible -trusted -core 2>&1 | tee log.txt;
DreamDaemon $BASENAME.dmb -invisible -trusted -close -core 2>&1 | tee log.txt;
grep "All Unit Tests Passed" log.txt
grep "Caught 0 Runtimes" log.txt
fi