View Single Post
  #1  
Old 06-09-2006, 08:15 AM
martys martys is online now
Registered User
 
Join Date: 06-09-2006
Posts: 24
Bad Idea: Call Subroutine in Failure

I had a subroutine set up to log everything necessary during either a success or failure (either at the end of the build or as the failure step). However, when outputing the log fails, it runs the failure step... which calls the subroutine... which fails and calls the failure step... which goes into an infinite loop. So that might want to be fixed.
Reply With Quote