You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logging.info("Permissive mode, tool will not report failure on failed instruments")
@@ -746,6 +758,8 @@ def main(args):
746
758
parser.add_argument('--suffix', nargs=1, help='Add suffix to test directory name, e.g. 3.x-dev_suffix')
747
759
parser.add_argument('--nexus', action='store_true', help='Compile for / use NeXus output format everywhere')
748
760
parser.add_argument('--lint', action='store_true', help='Just run the c-linter')
761
+
parser.add_argument('--compilemax', nargs=1, help='Maximum time (s) allowed pr. compilation (x100 with --lint)')
762
+
parser.add_argument('--runmax', nargs=1, help='Maximum time (s) allowed pr. test Example run')
749
763
parser.add_argument('--permissive', action='store_true', help='Use zero return-value even if some tests fail. Useful for full test con systems that are only partially functional.')
750
764
parser.add_argument('--local', help='Instruments to test are NOT picked up from MCCODE installation, instead from --local=DIR')
0 commit comments