Skip to content

Commit

Permalink
Fixing remaining issue on windows jlink tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tvallin committed Nov 20, 2024
1 parent fe51a37 commit b1ca824
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ private static final class JlinkRunner extends ProcessRunner {
protected List<String> command(List<String> opts, List<String> args) {
Objects.requireNonNull(finalName, "finalName is null");
if (IS_WINDOWS) {
if (opts.contains("-Dexit.on.started")) {
if (opts.contains("-Dexit.on.started=!")) {
opts.add("--test");
}
return new CommandBuilder("powershell")
Expand Down

0 comments on commit b1ca824

Please sign in to comment.