made markers argument in ParseArguments a boolean instead of an int

This commit is contained in:
2025-08-05 11:49:53 +02:00
parent d83e9385ed
commit 595bf38605
2 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ def startCmdTestsForAll(args, fp):
if __name__ == '__main__':
args = ParseArguments(description='Automated tests with the virtual detector servers', default_num_mods=1, markers=1, general_tests_option=True)
args = ParseArguments(description='Automated tests with the virtual detector servers', default_num_mods=1, markers=True, general_tests_option=True)
if args.num_mods > 1:
raise RuntimeException(f'Cannot support multiple modules at the moment (except Eiger).')