View Single Post
  #1  
Old 09-27-2007, 03:59 PM
Murrgon Murrgon is online now
Registered User
 
Join Date: 07-28-2005
Posts: 19
Strange LASTSTEP_STATUS

I have a group step in a build that is run when the build fails. It checks a macro I have called "Build_CompileErrors" and if it is not empty, it runs the group.

There is one step inside the group which has the build condition "%LASTSTEP_STATUS% = 0", so it will only run if the group which contains it is not skipped.

The problem is we ran into a case where the group is run fine, but the step inside the group is skipped because LASTSTEP_STATUS is 5. The GUI says the group step was run successfully, as does the log, but when the child step evaluates the status it is not.

We're using VBP 5.7

Thank you
Reply With Quote