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