RE: svn commit: r1700439 - in /serf/tools/buildbot/windows: serf-config.cmd.template serftest-build.cmd serftest-cleanup.cmd serftest-template.cmd serftest-test.cmd
"Bert Huijben" <[email protected]> Tue, 1 Sep 2015 11:39:09 +0200
| Newsgroups | gmane.comp.apache.apr.serf.devel |
|---|---|
| Message-ID | <03ac01d0e49a$0e4713a0$2ad53ae0$__17175.9658064277$1443916078$gmane$org@qqmail.nl> |
> -----Original Message----- > From: Ivan Zhakov [mailto:[email protected]] > Sent: dinsdag 1 september 2015 11:37 > To: [email protected] > Cc: [email protected] > Subject: Re: svn commit: r1700439 - in /serf/tools/buildbot/windows: serf- > config.cmd.template serftest-build.cmd serftest-cleanup.cmd serftest- > template.cmd serftest-test.cmd > > +taskkill /im msbuild.exe /f 2> nul: > > +taskkill /im svn.exe /f 2> nul: > Is it really needed for serf tests to run? This buildbot runs on the same hardware and as the same user as the svn-windows-ra buildbot, so to guarantee stable runs I think we should just apply the same kills from both runs. Bert