Skip to content

Commit d71a816

Browse files
committed
remove debug marker
1 parent 54a1e8d commit d71a816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ end
8585
-- forces clean load of scripts directly or indirectly included from the test
8686
-- file. we use our own scripts table instead of the one in dfhack.internal so
8787
-- we don't affect the state scripts that are used outside the test harness.
88-
local test_scripts = {is_test_scripts=true}
88+
local test_scripts = {}
8989
local test_envvars = {}
9090
local function clean_reqscript(name)
9191
local path = dfhack.findScript(name)

0 commit comments

Comments
 (0)