[Buildbot-devel] step.Compile problem
Shane Vorwerk
s_vorwerk at yahoo.com
Thu Feb 23 14:21:01 UTC 2006
Hi
I have just started trying out buildbot (using 0.7.2)
and have run into a small problem.
using the following:
steps = [s(step.SVN, mode='export',
baseURL='file:///e:/svnrep', defaultBranch=''),
s(step.Compile, command="scons all"),
s(step.Test, command="scons test")
]
The check out works fine, but both the compile and
test steps fail.
C:\WINDOWS\system32\cmd.exe /c scons all
in dir e:/bbslave/test/build (timeout 1200 secs)
argv: ['C:\\WINDOWS\\system32\\cmd.exe', '/c', 'scons
all']
'"scons all' is not recognized as an internal or
external command, operable program or batch file.
I have tried this with a command such as "make test"
and get the same result. Using a single argument such
as command="scons" works fine.
Am I doing something wrong with the step.Compile and
step.Test?
Any help appreciated,
Shane.
___________________________________________________________
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com
More information about the devel
mailing list