mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes CI hang
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user