NIHVIVO-239 Fix oversight - summarize output after running the tests.

This commit is contained in:
jeb228 2010-06-07 13:17:34 +00:00
parent bddc92fb72
commit 9f76c1462d

View file

@ -53,7 +53,8 @@ public class SeleniumRunner {
listener.suiteStopped(suiteDir);
}
listener.runEndTime();
success = true;
Status status = outputManager.summarizeOutput();
success = (status == Status.OK);
} catch (IOException e) {
listener.runFailed(e);
success = false;