diff --git a/tools/ci/compile_and_run.sh b/tools/ci/compile_and_run.sh index e41c5be062..2f780a6ecf 100755 --- a/tools/ci/compile_and_run.sh +++ b/tools/ci/compile_and_run.sh @@ -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