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>
${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"