summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-01-11 15:31:10 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-01-11 15:44:16 +0100
commit1c96f432946cec67eb77b0a5f4300818031d6636 (patch)
tree3a347807577ef226e388c22fa5db1d45e50b954a /testsuite.py
parentcc2415eb092c7611104e3f3773d0b5921c91a976 (diff)
Mention that $CONFIG_ is used for C headers too
Piggyback some cleanup and redundant comment removal.
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py1
1 files changed, 1 insertions, 0 deletions
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])