Lines Matching +full:- +full:- +full:subcommands
6 __author__ = """Copyright Andy Whitcroft, Martin J. Bligh - 2006, 2007"""
16 # to get log redirection for subcommands
22 Run a set of predefined subcommands in parallel.
41 remaining_timeout = max(endtime - time.time(), 1)
51 six.moves.cPickle.load(task.result_pickle, encoding='utf-8'))
58 message = 'One or more subcommands failed:\n'
79 result sub-directory created per subcommand.
109 subcommands = []
113 subcommands.append(subcommand(function, args, subdir))
114 return parallel(subcommands, timeout, return_results=return_results)
121 # func(args) - the subcommand to run
122 # subdir - the subdirectory to log results in
212 self.returncode = -os.WTERMSIG(sts)
229 print("\n--------------------------------------------\n")