Hello, I am running Watir scripts as part of a Jenkins job. I can see from my logs that although the script encounters errors, it's exit code (which I also echo after the script terminates) is 0 (aka success). I know from testing it on my local machine that Ruby's exit-code when watir fails is usually (# of failures + # number of errors). Any idea why my Ruby script exits with 0 although Watir fails?
The log can be seen here: http://pastebin.com/WqMN3YL6 -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
