Lines Matching full:if
49 if print_command:
55 if print_output:
56 if stdout_lines:
58 if stderr_lines:
60 if popen.returncode is not None and popen.returncode != 0:
61 if stderr_lines and not print_output and print_error:
81 if have_mutt:
97 if have_mutt:
111 if ("HEAD" not in line) and ("coverity_scan" not in line) and ("gh-pages" not in line):
118 if last_commit is None:
126 if not os.path.isfile(resultsFileName):
135 if len(words) <= 4: # branch + commit + compilerVer + md5
140 if (len(words) == 8) or (len(words) == 9): # results: "filename" or "XX files"
158 if len(result) != linesExpected:
164 if (last_cspeed == None):
171 if (cspeed[i]/last_cspeed[i] < args.lowerLimit):
173 if (dspeed[i]/last_dspeed[i] < args.lowerLimit):
175 if (float(last_csize[i])/csize[i] < args.ratioLimit):
177 if text:
185 if os.path.isfile(commitFileName):
195 if not args.dry_run:
197 if text:
206 if not args.dry_run:
224 if text:
229 if text:
234 if text:
237 if text_to_send:
241 if __name__ == '__main__':
247 …parser.add_argument('--lowerLimit', '-l', type=float, help='send email if speed is lower than give…
248 …parser.add_argument('--ratioLimit', '-r', type=float, help='send email if ratio is lower than give…
258 # check if test files are accessible
263 if os.path.isfile(fileName) or os.path.isdir(fileName):
272 if not have_mutt and not have_mail:
279 if verbose:
296 # clone lz4 repo if needed
297 if not os.path.isdir(working_path):
299 if not os.path.isdir(clone_path):
302 if not os.path.isdir(clone_path):
307 # check if speedTest.pid already exists
309 if os.path.isfile(pidfile):
322 if first_time:
325 if verbose:
329 if (loadavg <= args.maxLoadAvg):
334 if commit == last_commit: