summaryrefslogtreecommitdiff
path: root/tools/buildbot/slaves/bb-openbsd/svncheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/buildbot/slaves/bb-openbsd/svncheck.sh')
-rwxr-xr-xtools/buildbot/slaves/bb-openbsd/svncheck.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/buildbot/slaves/bb-openbsd/svncheck.sh b/tools/buildbot/slaves/bb-openbsd/svncheck.sh
index ef785b1..7d50d98 100755
--- a/tools/buildbot/slaves/bb-openbsd/svncheck.sh
+++ b/tools/buildbot/slaves/bb-openbsd/svncheck.sh
@@ -25,6 +25,8 @@ set -x
branch="$(basename $(svn info . | grep ^URL | cut -d' ' -f2))"
export MALLOC_OPTIONS=S
(cd .. && gmake BRANCH="$branch" PARALLEL="" THREADING="no" \
+ MEMCACHED_SERVER="127.0.0.1:11211" \
+ EXCLUSIVE_WC_LOCKS=1 \
svn-check-local \
svn-check-svn \
svn-check-neon \