[Buildbot-commits] [Buildbot] #2430: Unable to run cmd command after slave upgrade to 0.8.7p1

Buildbot nobody at buildbot.net
Tue Jan 29 08:12:57 UTC 2013


#2430: Unable to run cmd command after slave upgrade to 0.8.7p1
---------------------------+---------------------------------------------
Reporter:  materialdreams  |      Owner:
    Type:  defect          |     Status:  new
Priority:  major           |  Milestone:  undecided
 Version:  0.8.7p1         |   Keywords:  ShellCommand copy error windows
---------------------------+---------------------------------------------
 After having upgrade a Windows slave to 0.8.7p1 processing the following
 build step:
 -----begin-----
 shell.ShellCommand(
   description="copy",
   haltOnFailure=True,
   command=["xcopy stats\\*.* D:\\...\\statsvn\\*.* /s /y"],
   workdir="./build/more/statsvn",
   want_stdout=True,
   want_stderr=True
 )
 -----end-----
 generates the following error message:
 "The filename, directory name, or volume label syntax is incorrect."

 As did worked before the update it seems to be related to the latest
 revision of the buildbot slave and any help would be greatly appreciated.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2430>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list