string formatting, whitespace, minor cleanups throughout
This commit is contained in:
parent
7825a6021c
commit
9489b1cb2d
30 changed files with 438 additions and 267 deletions
|
|
@ -83,7 +83,8 @@ class MMGenPexpect(object):
|
|||
ret = self.p.wait()
|
||||
if ret != self.req_exit_val and not opt.coverage:
|
||||
die(1,red('test.py: spawned program exited with value {}'.format(ret)))
|
||||
if opt.profile: return
|
||||
if opt.profile:
|
||||
return
|
||||
if not self.skip_ok:
|
||||
sys.stderr.write(green('OK\n') if opt.exact_output or opt.verbose else (' OK\n'))
|
||||
return self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue