diff --git a/pykat/testing/test.py b/pykat/testing/test.py index beb842fae3e8ab85703b7dd18f13c412de2ed6cb..5de70e349db99f60a83f9cad97d57873755d6182 100644 --- a/pykat/testing/test.py +++ b/pykat/testing/test.py @@ -76,8 +76,6 @@ def run_kat_file(item): except Exception as e: print "main error in kat call",e return [0,suite,kat,NULL] - finally: - print "DONE!!!!!!" class DiffException(Exception):