|
From: Mark R. <ma...@co...> - 2008-10-17 23:50:29
|
I have a question about the change to the return value of the cli exit
routine...
if (SimpleReporter::inCli()) {
- exit($result ? 0 : 1);
+ //exit($result ? 0 : 1);
}
}
what was the issue that led to you commenting this out?
regards,
Mark
|