diff --git a/ci/run-tests.py b/ci/run-tests.py index 9785e607c..a55bf3051 100755 --- a/ci/run-tests.py +++ b/ci/run-tests.py @@ -33,7 +33,7 @@ if args.test_dir is not None: MAX_TRIES = 5 -dfhack = 'Dwarf Fortress.exe' if sys.platform == 'win32' else './dwarfort' +dfhack = 'Dwarf Fortress.exe' if sys.platform == 'win32' else './dfhack' test_status_file = 'test_status.json' class TestStatus(enum.Enum):