Author: stsp
Date: Wed Jun 20 17:56:43 2012
New Revision: 1352237
URL: http://svn.apache.org/viewvc?rev=1352237&view=rev
Log:
* tools/buildbot/slaves/bb-openbsd/svncheck-bindings.sh,
tools/buildbot/slaves/bb-openbsd/svncheck.sh: Don't assume thread-support
during tests -- we're currently building without threads on this buildbot.
Modified:
subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck-bindings.sh
subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh
Modified: subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck-bindings.sh
URL:
http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck-bindings.sh?rev=1352237&r1=1352236&r2=1352237&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck-bindings.sh
(original)
+++ subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck-bindings.sh Wed
Jun 20 17:56:43 2012
@@ -24,7 +24,7 @@ set -x
branch="$(basename $(svn info . | grep ^URL | cut -d' ' -f2))"
export MALLOC_OPTIONS=S
-(cd .. && gmake BRANCH="$branch" svn-check-bindings)
+(cd .. && gmake BRANCH="$branch" THREADING="no" svn-check-bindings)
grep -q "^Result: PASS$" tests.log.bindings.pl || exit 1
grep -q "^OK$" tests.log.bindings.py || exit 1
tail -n 1 tests.log.bindings.rb | grep -q ", 0 failures, 0 errors" || exit 1
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=1352237&r1=1352236&r2=1352237&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh (original)
+++ subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh Wed Jun 20
17:56:43 2012
@@ -24,7 +24,7 @@ set -x
branch="$(basename $(svn info . | grep ^URL | cut -d' ' -f2))"
export MALLOC_OPTIONS=S
-(cd .. && gmake BRANCH="$branch" PARALLEL="" \
+(cd .. && gmake BRANCH="$branch" PARALLEL="" THREADING="no" \
svn-check-local \
svn-check-svn \
svn-check-neon \