Ticket #612 (closed defect: invalid)

Opened 4 years ago

Last modified 4 years ago

windows error catching in waterfall

Reported by: JonathanKChang Owned by:
Priority: major Milestone: undecided
Version: 0.7.7 Keywords: windows, error, waterfall
Cc:

Description

A windows buildbot slave runs commands that fail and report a nonzero value in the environment variable %ERRORLEVEL% but buildbot displays the command in the waterfall as green

Change History

comment:1 Changed 4 years ago by JonathanKChang

This is on Windows XP 32bit, SP2

comment:2 Changed 4 years ago by marcusl

What command is this?

If it's a bat file, you need to use ['call', 'mybat.bat'] to get the error out. (Note that both ant and git uses bat files to launch on windows.)

comment:3 Changed 4 years ago by JonathanKChang

  • Status changed from new to closed
  • Resolution set to invalid

yes, we were using custom batch files, call was the problem, thanks!

Note: See TracTickets for help on using tickets.