From 19c231071b9d6494161795d2f606f620dd609cae Mon Sep 17 00:00:00 2001 From: myk002 Date: Fri, 26 Aug 2022 18:00:24 -0700 Subject: [PATCH] adapt to new quickfort api --- test/quickfort/ecosystem.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/quickfort/ecosystem.lua b/test/quickfort/ecosystem.lua index 716f22e01..d55bc2389 100644 --- a/test/quickfort/ecosystem.lua +++ b/test/quickfort/ecosystem.lua @@ -85,7 +85,7 @@ local function get_blueprint_sets() local mock_print = mock.func() mock.patch(quickfort_list, 'print', mock_print, function() - dfhack.run_script('quickfort', 'list', '-l', input_dir) + dfhack.run_script('quickfort', 'list', input_dir) end) -- group blueprint sets