Thread: WinDiff
View Single Post
  #2  
Old 04-12-2004, 09:00 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
First, you don't need to run windiff under the command shell (C:\WINDOWS\system32\cmd.exe /C), but I wouldn't expect that to make a difference on the exitcode. Most likely, windiff is returning a non-zero exitcode for this call in both scenarios, and you're just not checking it when running from the command-line. You can either add value that as a success exitcode or mark the step to ignore failure if you don't want the build to stop.
Reply With Quote