run ./dfhack instead of ./dwarfort on linux so we can see output

since we set the tty params
develop
Myk Taylor 2023-08-03 22:52:17 -07:00
parent e3161b8a4d
commit d3884bd707
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

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