Skip to content

Commit 92d027e

Browse files
committed
We don't need to enable DBMS output I think
1 parent a21c5b9 commit 92d027e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/org/utplsql/api/TestRunner.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ public void run(Connection conn) throws SQLException {
154154
options.reporterList.add(new DocumentationReporter().init(conn));
155155
}
156156

157-
DBHelper.enableDBMSOutput(conn);
158157
try(TestRunnerStatement testRunnerStatement = compatibilityProxy.getTestRunnerStatement(options, conn)) {
159158
logger.info("Running tests");
160159
testRunnerStatement.execute();
@@ -169,8 +168,6 @@ else if (e.getErrorCode() == UtPLSQLNotInstalledException.ERROR_CODE) {
169168
else {
170169
throw e;
171170
}
172-
} finally {
173-
DBHelper.disableDBMSOutput(conn);
174171
}
175172
}
176173

0 commit comments

Comments
 (0)