summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Keller <jacob.e.keller@intel.com>2014-03-10 16:46:12 -0700
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2014-03-11 09:59:39 +0200
commit2d6402800d5075b0773528bd1e09eaa0fe9a0fa6 (patch)
treee0b4c02c2edf717d38298ae0b797fe305e696da4
parent502867b7f71536087ac3294ccba07391060f0146 (diff)
downloadaiaiai-2d6402800d5075b0773528bd1e09eaa0fe9a0fa6.tar.gz
aiaiai-email-test-patchset: move -- to end of all options
A previous patch added kmake_opts to the configuration file, and when passing this into aiaiai-test-patchset, the -- field which ends option scanning was not correctly moved to the end of the options arguments. This would result in incorrect behavior if anyone tried to use this option. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
-rwxr-xr-xemail/aiaiai-email-test-patchset4
1 files changed, 2 insertions, 2 deletions
diff --git a/email/aiaiai-email-test-patchset b/email/aiaiai-email-test-patchset
index f340913..a9ff7ec 100755
--- a/email/aiaiai-email-test-patchset
+++ b/email/aiaiai-email-test-patchset
@@ -316,8 +316,8 @@ aiaiai-test-patchset $verbose $preserve \
${pcfg_targets:+--targets "$pcfg_targets"} $bisectability $sparse $smatch $cppcheck $coccinelle \
-i "$mbox" -j "$cfg_jobs" -c "$pcfg_branch" -w "$tmpdir" \
${pcfg_defconfigdir:+-C "$pcfg_defconfigdir"} \
- ${pcfg_unwanted_keywords:+-K "$pcfg_unwanted_keywords"} -- \
- ${pcfg_kmake_opts:+-M "$pcfg_kmake_opts"} \
+ ${pcfg_unwanted_keywords:+-K "$pcfg_unwanted_keywords"} \
+ ${pcfg_kmake_opts:+-M "$pcfg_kmake_opts"} -- \
"$pcfg_path" "$pcfg_configs" > "$tmpdir/test-patchset.log" ||
{
verbose "aiaiai-test-patchset failed"