From: Jouni Malinen Date: Fri, 27 Dec 2013 09:04:38 +0000 (+0200) Subject: tests: Mark kernel issues more clearly in the log file X-Git-Tag: hostap_2_1~352 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcbd74155e7915b4a867d7de20147ac9e7f99b41;p=thirdparty%2Fhostap.git 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 --- 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':