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 21:30:52 UTC

svn commit: r1352275 - /subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh

Author: stsp
Date: Wed Jun 20 19:30:52 2012
New Revision: 1352275

URL: http://svn.apache.org/viewvc?rev=1352275&view=rev
Log:
* tools/buildbot/slaves/bb-openbsd/svnclean.sh: Remove log files from previous
   test run.

Modified:
    subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh

Modified: subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh?rev=1352275&r1=1352274&r2=1352275&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh (original)
+++ subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh Wed Jun 20 19:30:52 2012
@@ -30,3 +30,4 @@ done
 svn update ../../unix-build
 (test -h ../GNUmakefile || ln -s ../unix-build/Makefile.svn ../GNUmakefile)
 (cd .. && gmake BRANCH="$branch" reset clean)
+rm -f tests.log* fails.log*