the test script is no longer in the hack path; remove extra script dir

develop
Myk Taylor 2023-08-06 23:41:18 -07:00
parent 568e4b4725
commit 6f3843e375
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

@ -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'))