Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added message if test file is not present
  • Loading branch information
lisitsyn committed Mar 20, 2012
1 parent d4f4322 commit 9fbbb9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testsuite/python_modular/tester.py
Expand Up @@ -97,6 +97,8 @@ def tester(tests, cmp_method, tolerance):

import pdb
pdb.set_trace()
except IOError, e:
print "%-60s NO TEST" % (setting_str)
except Exception, e:
print "%-60s EXCEPTION %s" % (setting_str,e)
pass
Expand Down

0 comments on commit 9fbbb9c

Please sign in to comment.