NIHVIVO-239 Fix oversight - summarize output after running the tests.
This commit is contained in:
parent
bddc92fb72
commit
9f76c1462d
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue