[Buildbot-devel] Execute background command in windows
Julia S.S.
hithwen at gmail.com
Wed Oct 23 11:34:16 UTC 2013
Hi,
I have a build in linux that launches a server in background, runs some
tests, kills the server, retrieves its output to print it as summary.
Now I want to replicate it in the windows slave.
I'm trying to launch it with start "" /B python
project/test/remote/server_launcher.py ^> out.txt
That command works on cmd prompt and returnts control to the terminal but
in buildbot it keeps waiting forever. I dont know if it has to do with
windows slave implementation.
Thanks in advance,
Julia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20131023/9f8addcd/attachment.html>
More information about the devel
mailing list