Removes UNIT_TEST_FOCUS from boulder processing and adds a warning message that alerts when CI has it. (#96911)

This commit is contained in:
The Sharkening
2026-07-10 04:20:16 +00:00
committed by GitHub
parent a1a91f8441
commit d7444d6fba
2 changed files with 2 additions and 1 deletions
@@ -3,7 +3,6 @@
*/
/datum/unit_test/boulder_processing
test_flags = UNIT_TEST_FOCUS
/datum/unit_test/boulder_processing/Run()
var/turf/refinery_loc = get_step(run_loc_floor_bottom_left, EAST)
+2
View File
@@ -68,6 +68,8 @@ GLOBAL_VAR_INIT(focused_tests, focused_tests())
var/datum/map_template/unit_tests/template = new
reservation = template.load_new_z()
if(test_flags & UNIT_TEST_FOCUS)
warning("[src] has UNIT_TEST_FOCUS present inside var/test_flags.")
uncreatables ||= build_list_of_uncreatables()
allocated = list()