From aad09cc37013a5909caa7b935d7d4e003d1dfc47 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 10 Jul 2023 23:38:00 -0400 Subject: [PATCH] More logging when DD terminates in test --- tests/DMAPI/test_setup.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/DMAPI/test_setup.dm b/tests/DMAPI/test_setup.dm index 18b35fbe9a..250f80fe54 100644 --- a/tests/DMAPI/test_setup.dm +++ b/tests/DMAPI/test_setup.dm @@ -30,4 +30,5 @@ world.log << "TEST ERROR DM-SIDE: [reason]" fdel("test_success.txt") text2file(reason, "test_fail_reason.txt") + world.log << "Terminating..." del(world)