Add some test logging

This commit is contained in:
James Agnew 2019-09-25 13:39:51 -04:00
parent 7700bb85ef
commit b027963c7a
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ public class FhirContextDstu2Test {
afterInitBlocker.await();
submittedTestRunnable.run();
} catch (final Throwable e) {
ourLog.error("Exception", e);
exceptions.add(e);
} finally {
allDone.countDown();