aboutsummaryrefslogtreecommitdiff
path: root/scripts/Backport.job
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Backport.job')
-rwxr-xr-xscripts/Backport.job2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Backport.job b/scripts/Backport.job
index 4b88efd1..22d74f75 100755
--- a/scripts/Backport.job
+++ b/scripts/Backport.job
@@ -56,7 +56,7 @@ if test x"${GERRIT_TOPIC}" != x; then
gcc_branch="gcc.git~${GERRIT_TOPIC}"
fi
-$CONFIG_SHELL -x ${abe_dir}/test-backport.sh --target ${target} ${gcc_branch}
+$CONFIG_SHELL -x ${abe_dir}/test-backport.sh --target ${target} --branch ${gcc_branch}
# force a failure of abe has build problems.
if test $? -gt 0; then