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
This commit is contained in:
Bart Van Assche
2009-10-23 10:57:36 +00:00
parent 942aef8387
commit b08548b174

View File

@@ -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}