reduce tries to one so we don't lose stdout

other option: save stdout after every run and concatenate at the end
develop
Myk Taylor 2023-09-24 17:05:08 -07:00
parent 92b35e32cb
commit 8b3a3d4ebb
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -31,7 +31,7 @@ if args.test_dir is not None:
if not os.path.isdir(args.test_dir):
print('ERROR: invalid test folder: %r' % args.test_dir)
MAX_TRIES = 5
MAX_TRIES = 1
dfhack = 'Dwarf Fortress.exe' if sys.platform == 'win32' else './dfhack'
test_status_file = 'test_status.json'