python: fix tests, remove intentional debug failures
This commit is contained in:
committed by
Tamara Dahlgren
parent
d53eefa69f
commit
97dc74c727
@@ -1692,7 +1692,7 @@ def run_test(self, exe, options=[], expected=[], status=None):
|
||||
for check in expected:
|
||||
cmd = ' '.join([exe] + options)
|
||||
msg = "Expected '%s' in output of `%s`" % (check, cmd)
|
||||
# msg += '\n%s' % output
|
||||
msg += '\n\nOutput: %s' % output
|
||||
assert check in output, msg
|
||||
|
||||
except ProcessError as err:
|
||||
|
||||
Reference in New Issue
Block a user