From d71a816b203f04f2fb8d32de3d296d83ae2d1f9e Mon Sep 17 00:00:00 2001 From: myk002 Date: Mon, 29 Mar 2021 12:28:19 -0700 Subject: [PATCH] remove debug marker --- ci/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test.lua b/ci/test.lua index bdd7be8d8..35e93fd12 100644 --- a/ci/test.lua +++ b/ci/test.lua @@ -85,7 +85,7 @@ end -- forces clean load of scripts directly or indirectly included from the test -- file. we use our own scripts table instead of the one in dfhack.internal so -- we don't affect the state scripts that are used outside the test harness. -local test_scripts = {is_test_scripts=true} +local test_scripts = {} local test_envvars = {} local function clean_reqscript(name) local path = dfhack.findScript(name)