summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-11-08 11:11:26 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2017-11-08 11:14:57 +0100
commitbac2790485ad61cf8f06de4017ff8c88f652eca8 (patch)
tree0ba9e6e7752ec8a749c5f8febe98bd2977828bf4 /testsuite.py
parentb6e79e39ed7a371f17a59ab992c8c0682da30209 (diff)
Add a release test script
Confirms that all the examples that aren't tested in the test suite at least run. Easy to miss brokenness there. Output can be inspected manually (it'll vary depending on the kernel version). Fix defconfig_oldconfig.py, which hadn't been properly updated for the new API.
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 90efc3d..8ba0edc 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -1705,6 +1705,7 @@ def run_compatibility_tests():
print("{} arch/defconfig pairs tested".format(nconfigs))
else:
print("Some tests failed")
+ sys.exit(1)
def get_arch_srcarch_list():
"""