9 build_tst_dir = os.path.join(os.getcwd(),
"Testing",
"Temporary")
11 fname = os.path.join(build_tst_dir,
"LastTestsFailed.log")
14 if os.path.exists(fname):
15 with open(fname)
as f:
19 if reg_tst_name
in line:
22 fname = os.path.join(build_tst_dir,
"LastTest.log")
23 with open(fname)
as f:
30 if reg_tst_name
in line:
33 if in_regs
and end_tst_token
in line: