From b08548b17489aebd0ba35bec8481680c38d523a7 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 23 Oct 2009 10:57:36 +0000 Subject: [PATCH] Added debug2perf and disable_proc configurations to the regression tests. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1256 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/run-regression-tests | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index 7c8013221..82ddb8e3d 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -221,8 +221,8 @@ function compile_scst_unpatched { # /lib/modules/$(uname -r)/build. function compile_scst_patched { local scst="$PWD" - local outputfile="${outputdir}/compilation-output-patched.txt" - local workingdirectory="${outputdir}/scst-patched" + local outputfile="${outputdir}/compilation-output-$1.txt" + local workingdirectory="${outputdir}/scst-$1" echo "Testing whether the $1 SCST tree compiles fine ..." ( @@ -575,6 +575,8 @@ fi test_scst_tree_patches || exit $? compile_scst_unpatched || exit $? compile_scst_patched debug2release || exit $? +compile_scst_patched debug2perf || exit $? +compile_scst_patched disable_proc || exit $? first_iteration="true" for k in ${kernel_versions}