Added a better summary of the test run.

cusax-fix
Emil Ivov 20 years ago
parent 41e283910d
commit b668580556

@ -153,10 +153,14 @@ public void start(BundleContext bc) throws Exception
out.close();
}
//output results
logger.info("");
logger.info("====================================================");
logger.info("We ran " + runCount
+ " tests and encountered " + errCount
+ " errors and failures.");
logger.info("====================================================");
logger.info("");
//in order to shutdown oscar we'd first need to wait for it to
//complete it's start process, so we'll have to implement shutdown

Loading…
Cancel
Save