diff --git a/tests/hwsim/run-tests.py b/tests/hwsim/run-tests.py index 8acd41aaf..8a4c9f036 100755 --- a/tests/hwsim/run-tests.py +++ b/tests/hwsim/run-tests.py @@ -124,6 +124,8 @@ def main(): except Exception, e: logger.info("Failed to issue TEST-START before " + t.__name__ + " for " + d.ifname) logger.info(e) + print "FAIL " + t.__name__ + " - could not start test" + sys.exit(1) try: if t.func_code.co_argcount > 1: res = t(dev, apdev)