jvrubel commented on code in PR #21362:
URL: https://github.com/apache/camel/pull/21362#discussion_r2797911488
##########
dsl/camel-jbang/camel-jbang-it/src/test/java/org/apache/camel/dsl/jbang/it/support/JBangTestSupport.java:
##########
@@ -138,7 +140,11 @@ protected String execute(final String command) {
}
protected String executeBackground(final String command) {
- return containerService.executeBackground(command);
+ return containerService.executeGenericCommand(MAIN_COMMAND + " " +
command + " --background");
Review Comment:
This was a workaround that I forgot to remove, changed it a few minutes
after the initial PR
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]