PDA

View Full Version : How to signal that custom perl script has failed.


tim.bertalot
01-05-2004, 12:59 PM
I am using a run script action with perl script in it. How do I signal to visual build that the step has failed?

kinook
01-05-2004, 01:40 PM
I'm no Perl expert, but I think it would be

die "error string";