my bad...
This commit is contained in:
parent
0fe2d2ed30
commit
2ffd6414bb
@ -195,7 +195,7 @@ def main():
|
||||
|
||||
if res in args.success_exit_codes:
|
||||
# Possible success, check error output
|
||||
re_checks = [re.compile(r) for r in args.err_re]
|
||||
re_checks = [re.compile(r) for r in args.ignore_error]
|
||||
ok = True
|
||||
with open(errfile, 'r') as f:
|
||||
for line in f:
|
||||
|
Loading…
Reference in New Issue
Block a user