fix: Prevent backgrounding of unit tests. (#26229)

This commit is contained in:
warriorstar-orion
2024-07-14 12:16:59 +00:00
committed by GitHub
parent 94da0d008f
commit a7ad650e22
+2
View File
@@ -43,6 +43,8 @@
if(test.failure_count >= MAX_MAP_TEST_FAILURE_COUNT)
test.Fail(T, "failure threshold reached at this tile")
CHECK_TICK
for(var/datum/map_per_tile_test/test in tests)
if(!test.succeeded)
failed_any_test = TRUE