diff --git a/tests/hwsim/run-tests.py b/tests/hwsim/run-tests.py index ad021606c..52cb7f9da 100755 --- a/tests/hwsim/run-tests.py +++ b/tests/hwsim/run-tests.py @@ -375,6 +375,8 @@ def main(): result = "PASS" except Exception, e: logger.info(e) + if args.loglevel == logging.WARNING: + print "Exception: " + str(e) result = "FAIL" for d in dev: try: