From 5f2c6acabf3d8fbaa74c9e55fbc05bb0f7a3bbf9 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 9 Oct 2010 16:09:04 +0000 Subject: [PATCH] Added kernel version to patch directory name. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2386 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 4196b8447..13fb57e70 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -518,14 +518,13 @@ outputdir="${PWD}/regression-test-output-$(date +%Y-%m-%d_%Hh%Mm%Ss)" # Driver configuration. mpt_scst="false" multiple_patches="false" -patchdir="patchdir" qla2x00t="false" remove_temporary_files_at_end="false" run_local_compilation="true" scst_local="true" quiet_download="false" -set -- $(/usr/bin/getopt "c:d:j:hklp:q" "$@") +set -- $(/usr/bin/getopt "c:d:j:hklpq" "$@") while [ "$1" != "${1#-}" ] do case "$1" in @@ -535,7 +534,7 @@ do '-j') export MAKEFLAGS="-j$2"; shift; shift;; '-k') remove_temporary_files_at_end="true"; shift;; '-l') run_local_compilation="false"; shift;; - '-p') multiple_patches="true"; patchdir="$2"; shift; shift;; + '-p') multiple_patches="true"; shift;; '-q') quiet_download="true"; shift;; '--') shift;; *) usage; exit 1;; @@ -611,6 +610,7 @@ do esac kv="${kv_without_opt}" done + patchdir="patchdir-${kv}" k="${kv}" download_kernel $k || continue