mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +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
|
# YW Edit removes "|| exit 1" until we can fix our submaps
|
||||||
if [ $RUN -eq 1 ];
|
if [ $RUN -eq 1 ];
|
||||||
then
|
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 "All Unit Tests Passed" log.txt
|
||||||
grep "Caught 0 Runtimes" log.txt
|
grep "Caught 0 Runtimes" log.txt
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user