Index: scripts/TestApp.groovy =================================================================== --- scripts/TestApp.groovy (revision 6532) +++ scripts/TestApp.groovy Tue Jan 22 19:25:33 CST 2008 @@ -72,13 +72,11 @@ } else { event("StatusFinal", ["Tests passed. View reports in $testDir"]) - exit(0) } } else { event("StatusFinal", ["Tests passed. View reports in $testDir"]) - exit(0) } }