aboutsummaryrefslogtreecommitdiff
path: root/testsuite/gerrit-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gerrit-tests.sh')
-rwxr-xr-xtestsuite/gerrit-tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/gerrit-tests.sh b/testsuite/gerrit-tests.sh
index c860e31..8df440a 100755
--- a/testsuite/gerrit-tests.sh
+++ b/testsuite/gerrit-tests.sh
@@ -7,7 +7,7 @@ cat <<EOF > ${review}
[gerrit]
host=review.linaro.org
port=29418
- project=toolchain/cbuild2
+ project=toolchain/abe
[gitreview]
username=buildslave
@@ -32,7 +32,7 @@ else
fi
out="`extract_gerrit_project ${srcdir}`"
-if test x"${out}" = x"toolchain/cbuild2"; then
+if test x"${out}" = x"toolchain/abe"; then
pass extract_gerrit_project""
else
${fail_state} "extract_gerrit_project"