We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21c5b9 commit 92d027eCopy full SHA for 92d027e
src/main/java/org/utplsql/api/TestRunner.java
@@ -154,7 +154,6 @@ public void run(Connection conn) throws SQLException {
154
options.reporterList.add(new DocumentationReporter().init(conn));
155
}
156
157
- DBHelper.enableDBMSOutput(conn);
158
try(TestRunnerStatement testRunnerStatement = compatibilityProxy.getTestRunnerStatement(options, conn)) {
159
logger.info("Running tests");
160
testRunnerStatement.execute();
@@ -169,8 +168,6 @@ else if (e.getErrorCode() == UtPLSQLNotInstalledException.ERROR_CODE) {
169
168
else {
170
throw e;
171
172
- } finally {
173
- DBHelper.disableDBMSOutput(conn);
174
175
176
0 commit comments