Skip to content

Commit

Permalink
remove pdb import from tester
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Apr 2, 2012
1 parent 142a356 commit a28591d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions testsuite/python_modular/tester.py
Expand Up @@ -103,13 +103,8 @@ def tester(tests, cmp_method, tolerance, failures, missing):
else:
if not missing:
print "%-60s ERROR" % setting_str
import pdb
pdb.set_trace()
except Exception, e:
print setting_str, e

import pdb
pdb.set_trace()
except IOError, e:
if not failures:
print "%-60s NO TEST" % (setting_str)
Expand Down

0 comments on commit a28591d

Please sign in to comment.