From 409bfea63e8e45393aa5f737f416532da06c44e8 Mon Sep 17 00:00:00 2001 From: myk002 Date: Sun, 7 Mar 2021 02:02:15 -0800 Subject: [PATCH] update run-tests.py with new done_command syntax --- travis/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/run-tests.py b/travis/run-tests.py index f4c173af2..858e86c3b 100755 --- a/travis/run-tests.py +++ b/travis/run-tests.py @@ -73,7 +73,7 @@ with open(test_init_file, 'w') as f: f.write(''' devel/dump-rpc dfhack-rpc.txt :lua dfhack.internal.addScriptPath(dfhack.getHackPath()) - test/main "lua scr.breakdown_level=df.interface_breakdown_types.%s" + test/main lua scr.breakdown_level=df.interface_breakdown_types.%s ''' % ('NONE' if args.no_quit else 'QUIT')) test_config_file = 'test_config.json'