mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
fix: Prevent backgrounding of unit tests. (#26229)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user