You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/04/08 13:33:27 UTC

svn commit: r1585689 - /subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh

Author: stsp
Date: Tue Apr  8 11:33:27 2014
New Revision: 1585689

URL: http://svn.apache.org/r1585689
Log:
* tools/buildbot/slaves/bb-openbsd/svncheck.sh: Enable memcached during
   tests on the bb-openbsd buildbot.

Modified:
    subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh

Modified: subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh?rev=1585689&r1=1585688&r2=1585689&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh (original)
+++ subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh Tue Apr  8 11:33:27 2014
@@ -25,6 +25,7 @@ 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" \
                                   svn-check-local \
                                   svn-check-svn \
                                   svn-check-neon \