From 1c96f432946cec67eb77b0a5f4300818031d6636 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 11 Jan 2018 15:31:10 +0100 Subject: Mention that $CONFIG_ is used for C headers too Piggyback some cleanup and redundant comment removal. --- testsuite.py | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite.py') diff --git a/testsuite.py b/testsuite.py index 932ee6a..62a06ab 100644 --- a/testsuite.py +++ b/testsuite.py @@ -1284,6 +1284,7 @@ g verify(c.syms["ALLNOCONFIG_Y"].is_allnoconfig_y, "ALLNOCONFIG_Y should be allnoconfig_y") + print("Testing UNAME_RELEASE") verify_value("UNAME_RELEASE", platform.uname()[2]) -- cgit v1.2.3