diff options
-rwxr-xr-x | run_unittests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py index 03ce0df..6078b7d 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -31,6 +31,7 @@ def get_soname(fname): m = pattern.search(line) if m is not None: return m.group(1) + raise RuntimeError('Could not determine soname:\n\n' + raw_out) class FakeEnvironment(object): def __init__(self): |