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 2015/09/15 12:31:05 UTC

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

Author: stsp
Date: Tue Sep 15 10:31:04 2015
New Revision: 1703141

URL: http://svn.apache.org/r1703141
Log:
Follow-up to r1700532:

* tools/buildbot/slaves bb-openbsd/svncheck-bindings.sh: Don't expect
   a perl bindings test log.

Modified:
    subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck-bindings.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=1703141&r1=1703140&r2=1703141&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck-bindings.sh (original)
+++ subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck-bindings.sh Tue Sep 15 10:31:04 2015
@@ -25,7 +25,7 @@ set -x
 branch="$(basename $(svn info . | grep ^URL  | cut -d' ' -f2))"
 export MALLOC_OPTIONS=S
 (cd .. && gmake BRANCH="$branch" THREADING="no" ENABLE_PERL_BINDINGS="no" svn-check-bindings)
-grep -q "^Result: PASS$" tests.log.bindings.pl || exit 1
+#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
 #TODO javahl