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.suiteStopped(suiteDir);
|
||||||
}
|
}
|
||||||
listener.runEndTime();
|
listener.runEndTime();
|
||||||
success = true;
|
Status status = outputManager.summarizeOutput();
|
||||||
|
success = (status == Status.OK);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
listener.runFailed(e);
|
listener.runFailed(e);
|
||||||
success = false;
|
success = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue