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 0733e11 commit 2578f8aCopy full SHA for 2578f8a
src/main/java/org/utplsql/cli/ReportersCommand.java
@@ -47,6 +47,7 @@ public int run() {
47
}
48
catch ( DatabaseNotCompatibleException | UtPLSQLNotInstalledException | DatabaseConnectionFailed | IllegalArgumentException e ) {
49
System.out.println(e.getMessage());
50
+ return 1;
51
52
catch (Exception e) {
53
e.printStackTrace();
0 commit comments