[Buildbot-devel] Pipe ShellCommand output to file on Windows

Alex Escott AE at malaspina-labs.com
Mon Jun 16 19:54:01 UTC 2014


As the title says... I have a ShellCommand step like this:

Steps.append(ShellCommand(command=['xt-size.exe','libWhatever.a','--totals','>','memstats.txt']))

When I run it, it gives an error:
xt-size.exe: Warning: '>' is not an ordinary file
xt-size.exe: 'memstats.txt': No such file

I can run the command from the command line manually, that works. I've also tried a single string (.exe and args in one string) as the command parameter, still the same error. 

Any ideas?





More information about the devel mailing list