From 6f3843e375317c953392d5df20ab3a47e9aa62d6 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Sun, 6 Aug 2023 23:41:18 -0700 Subject: [PATCH] the test script is no longer in the hack path; remove extra script dir --- ci/run-tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/run-tests.py b/ci/run-tests.py index a55bf3051..3d646a2f7 100755 --- a/ci/run-tests.py +++ b/ci/run-tests.py @@ -83,7 +83,6 @@ test_init_file = os.path.join(init_path, 'dfhackzzz_test.init') # Core sorts th with open(test_init_file, 'w') as f: f.write(''' devel/dump-rpc dfhack-rpc.txt - :lua dfhack.internal.addScriptPath(dfhack.getHackPath()) test --resume -- lua scr.breakdown_level=df.interface_breakdown_types.%s ''' % ('NONE' if args.no_quit else 'QUIT'))