Admin/mira.py
changeset 50600 48c0c3bc40dd
parent 50599 e129fcc720c1
child 53658 9e8714b4661a
equal deleted inserted replaced
50599:e129fcc720c1 50600:48c0c3bc40dd
   120 '''
   120 '''
   121 
   121 
   122     prepare_isabelle_repository(isabelle_home, None, more_settings=more_settings)
   122     prepare_isabelle_repository(isabelle_home, None, more_settings=more_settings)
   123     os.chdir(isabelle_home)
   123     os.chdir(isabelle_home)
   124 
   124 
   125     args = (['-o', 'timeout=%s' % timeout] if timeout is not None else []) + cmdargs
   125     args = (['-o', 'timeout=%s' % timeout] if timeout is not None else []) + list(cmdargs)
   126 
   126 
   127     # invoke build tool
   127     # invoke build tool
   128     (return_code, log) = env.run_process('%s/bin/isabelle' % isabelle_home, 'build', '-s', '-v', *args)
   128     (return_code, log) = env.run_process('%s/bin/isabelle' % isabelle_home, 'build', '-s', '-v', *args)
   129 
   129 
   130     # collect report
   130     # collect report