From 2e1347db27cdf4de701af4ade908e254a53c414e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 10 Dec 2011 13:56:43 +0000 Subject: [PATCH] Undo merging r3736 (svn merge -r3736:3735 https://scst.svn.sourceforge.net/svnroot/scst/trunk/scripts) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.1.0.x@3976 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/run-regression-tests | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index 7fb0575ce..2e5435672 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -27,7 +27,7 @@ # - Duplicates the entire source tree to the temporary directory and # compiles the SCST source code. # - Duplicates the entire source tree to the temporary directory, runs -# 'make 2release' and again compiles the SCST source code. +# 'make debug2release' and again compiles the SCST source code. # - Checks whether the specified kernel version is present # in the directory specified through option -c. # - If the source code of the specified kernel version is not present, @@ -614,8 +614,8 @@ fi test_scst_tree_patches || exit $? if [ "${run_local_compilation}" = "true" ]; then compile_scst_unpatched || exit $? - compile_scst_patched 2release || exit $? - compile_scst_patched 2perf || exit $? + compile_scst_patched debug2release || exit $? + compile_scst_patched debug2perf || exit $? compile_scst_patched enable_proc || exit $? fi