Author: rhuijben
Date: Fri Apr 13 22:21:39 2012
New Revision: 1325986
URL: http://svn.apache.org/viewvc?rev=1325986&view=rev
Log:
* tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd
Also try to kill fs-test.exe when restarting
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=1325986&r1=1325985&r2=1325986&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd
(original)
+++ subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd
Fri Apr 13 22:21:39 2012
@@ -56,6 +56,7 @@ taskkill /im svnserve.exe /f 2> nul:
taskkill /im svnrdump.exe /f 2> nul:
taskkill /im svnsync.exe /f 2> nul:
taskkill /im httpd.exe /f 2> nul:
+taskkill /im fs-test.exe /f 2> nul:
taskkill /im op-depth-test.exe /f 2> nul:
IF EXIST "%TESTDIR%\tests\subversion\tests\cmdline\httpd\" (
rmdir /s /q "%TESTDIR%\tests\subversion\tests\cmdline\httpd"