We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a1e8d commit d71a816Copy full SHA for d71a816
1 file changed
ci/test.lua
@@ -85,7 +85,7 @@ end
85
-- forces clean load of scripts directly or indirectly included from the test
86
-- file. we use our own scripts table instead of the one in dfhack.internal so
87
-- we don't affect the state scripts that are used outside the test harness.
88
-local test_scripts = {is_test_scripts=true}
+local test_scripts = {}
89
local test_envvars = {}
90
local function clean_reqscript(name)
91
local path = dfhack.findScript(name)
0 commit comments