rishabhdaim commented on code in PR #2154: URL: https://github.com/apache/jackrabbit-oak/pull/2154#discussion_r1993298726
########## oak-run/src/main/java/org/apache/jackrabbit/oak/run/RevisionsCommand.java: ########## @@ -325,6 +339,10 @@ public void execute(String... args) throws Exception { } else { System.err.println("unknown revisions command: " + subCmd); } + if (exitWhenDone) { Review Comment: this change is causing the build to fail locally because it exits the running JDK instance. cc @Joscorbe @daniancu -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org