Advertisement
Guest User

Untitled

a guest
Apr 25th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.85 KB | None | 0 0
  1. diff --git a/tests/integration/python_modular/tester.py b/tests/integration/python_modular/tester.py
  2. index a0bdb6a..8633fa3 100755
  3. --- a/tests/integration/python_modular/tester.py
  4. +++ b/tests/integration/python_modular/tester.py
  5. @@ -112,6 +112,8 @@ def tester(tests, cmp_method, tolerance, failures, missing):
  6.                                                         print "%-60s OK" % setting_str
  7.                                         else:
  8.                                                 if not missing:
  9. +                                                       print a
  10. +                                                       print b
  11.                                                         failed.append(setting_str)
  12.                                                         print "%-60s ERROR" % setting_str
  13.                                 except Exception, e:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement