Skip to content
Snippets Groups Projects
Commit 151a29c2 authored by Daniel Brown's avatar Daniel Brown
Browse files

more errors testing

parent 2bec02d8
Branches
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ def run_kat_file(item):
print "STDERR: " + e.out
print "STDOUT: " + e.err
print "Error running " + kat + ": " + e.err
print "Error running " + kat
exp = e
finally:
......@@ -76,6 +76,9 @@ 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):
def __init__(self, msg, outfile):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment