Re: [ovs-dev] [PATCH 09/16] daemon.at: Make changes for Windows.

2014-06-09 Thread Ben Pfaff
On Fri, May 30, 2014 at 12:06:17PM -0700, Gurucharan Shetty wrote: > Skip some of the tests that uses '--monitor' as an option as > it is not implemented on Windows. > > When a 'kill pid' is done on windows (through 'taskkill //F'), > pidfiles are not deleted (because it is force kill), so use > '

[ovs-dev] [PATCH 09/16] daemon.at: Make changes for Windows.

2014-05-30 Thread Gurucharan Shetty
Skip some of the tests that uses '--monitor' as an option as it is not implemented on Windows. When a 'kill pid' is done on windows (through 'taskkill //F'), pidfiles are not deleted (because it is force kill), so use 'ovs-appctl exit' instead. Signed-off-by: Gurucharan Shetty --- tests/daemon.