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 2013/05/08 20:28:09 UTC

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

Author: stsp
Date: Wed May  8 18:28:09 2013
New Revision: 1480393

URL: http://svn.apache.org/r1480393
Log:
* tools/dev/buildbot/slaves/bb-openbsd/svncheck.sh: Run RA-local tests only.
   Perhaps this will fix the constant backlog this bot is suffering from.
   It keeps building very outdated revisions and is thus rather useless.

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=1480393&r1=1480392&r2=1480393&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh (original)
+++ subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh Wed May  8 18:28:09 2013
@@ -24,11 +24,7 @@ set -x
 
 branch="$(basename $(svn info . | grep ^URL  | cut -d' ' -f2))"
 export MALLOC_OPTIONS=S
-(cd .. && gmake BRANCH="$branch" PARALLEL="" THREADING="no" \
-                                  svn-check-local \
-                                  svn-check-svn \
-                                  svn-check-neon \
-                                  svn-check-serf)
+(cd .. && gmake BRANCH="$branch" PARALLEL="" THREADING="no" svn-check-local)
 grep -q "^FAIL:" tests.log.svn-check* && exit 1
 grep -q "^XPASS:" tests.log.svn-check* && exit 1
 exit 0