You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2010/08/11 11:25:25 UTC

svn commit: r984349 - /subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd

Author: rhuijben
Date: Wed Aug 11 09:25:23 2010
New Revision: 984349

URL: http://svn.apache.org/viewvc?rev=984349&view=rev
Log:
* tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd: Delete log files

Modified:
    subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd

Modified: subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd?rev=984349&r1=984348&r2=984349&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd (original)
+++ subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd Wed Aug 11 09:25:23 2010
@@ -58,4 +58,7 @@ IF EXIST "%TESTDIR%\tests\subversion\tes
   rmdir /s /q  "%TESTDIR%\tests\subversion\tests\cmdline\httpd"
 )
 
+del "%TESTDIR%\tests\*.log" 2> nul:
+
+
 exit /B 0