From c821d226f3605ced4d91407b33c41c695af54ca3 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 15 Oct 2009 07:15:56 +0000 Subject: [PATCH] Run a full check not only on the first specified kernel version but also on kernel version 2.6.26. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1219 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/run-regression-tests | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index ee80a2656..5dd7bb9fc 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -586,7 +586,9 @@ do download_kernel $k || continue generate_kernel_patch $k || continue test_if_patch_applies_cleanly $k || continue - if [ "${first_iteration}" = "true" ]; then + if [ "${first_iteration}" = "true" \ + -o "${kernel_version#2.6.26}" != "${kernel_version}" ] + then first_iteration="false" run_checkpatch $k patch_and_configure_kernel $k