Lines Matching full:true
31 def SetAbortOnError(abort=True):
37 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True,
45 return_output: if True return output of command as string. Otherwise,
52 while True:
65 def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None):
71 return_output: if True return output of command as string. Otherwise,
104 shell=True)
114 error_occurred = True
118 error_occurred = True
126 break_loop = True
161 valgrind: If True the command will be run under valgrind.
194 True if a system valgrind was found.