From bcbd74155e7915b4a867d7de20147ac9e7f99b41 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 27 Dec 2013 11:04:38 +0200 Subject: [PATCH] tests: Mark kernel issues more clearly in the log file It was previously not obvious from the .log file that a test case was marked failed based on kernel issues. Make this very clear to avoid wasting time on figuring out what caused the failure. Signed-hostap: Jouni Malinen --- tests/hwsim/run-tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/hwsim/run-tests.py b/tests/hwsim/run-tests.py index d4097f6a6..5802a31ea 100755 --- a/tests/hwsim/run-tests.py +++ b/tests/hwsim/run-tests.py @@ -342,6 +342,7 @@ def main(): if result == 'PASS' and args.dmesg: if not check_kernel(os.path.join(args.logdir, name + '.dmesg')): + logger.info("Kernel issue found in dmesg - mark test failed") result = 'FAIL' if result == 'PASS':