diff options
Diffstat (limited to 'unit-tests')
-rwxr-xr-x | unit-tests/unit | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unit-tests/unit b/unit-tests/unit index 160641a..61a194c 100755 --- a/unit-tests/unit +++ b/unit-tests/unit @@ -161,6 +161,8 @@ try: sys.stdout.write(" * %s\n"%output.keys()) except IOError, e: failed(e, 2) + except LookupError, e: + failed(e, 2) except IOError: skipped() |