Skip to content

Commit

Permalink
show case / exception in tester
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Mar 28, 2012
1 parent 9d9bf6e commit 0ff05d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/python_modular/tester.py
Expand Up @@ -94,7 +94,7 @@ def tester(tests, cmp_method, tolerance, failures):
else:
print "%-60s ERROR" % setting_str
except Exception, e:
print e
print setting_str, e

import pdb
pdb.set_trace()
Expand Down

0 comments on commit 0ff05d8

Please sign in to comment.