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 2012/06/20 20:02:20 UTC

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

Author: stsp
Date: Wed Jun 20 18:02:19 2012
New Revision: 1352241

URL: http://svn.apache.org/viewvc?rev=1352241&view=rev
Log:
* tools/buildbot/slaves/bb-openbsd/svncheck.sh: Don't grep the bindings test
   logs for failures. This script is not running bindings test.

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=1352241&r1=1352240&r2=1352241&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh (original)
+++ subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh Wed Jun 20 18:02:19 2012
@@ -29,6 +29,6 @@ export MALLOC_OPTIONS=S
                                   svn-check-svn \
                                   svn-check-neon \
                                   svn-check-serf)
-grep -q "^FAIL:" tests.log* && exit 1
-grep -q "^XPASS:" tests.log* && exit 1
+grep -q "^FAIL:" tests.log.svn-check* && exit 1
+grep -q "^XPASS:" tests.log.svn-check* && exit 1
 exit 0