Skip to content

Commit

Permalink
Update test-framework/common/src/main/java/io/quarkus/test/common/Lau…
Browse files Browse the repository at this point in the history
…ncherUtil.java

Co-authored-by: George Gastaldi <[email protected]>
  • Loading branch information
geoand and gastaldi authored May 17, 2023
1 parent 6acbce5 commit 63fda6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static Config installAndGetSomeConfig() {
* Launches a process using the supplied arguments and makes sure the process's output is drained to standard out
* <p>
* Implementation detail: Avoid using ProcessBuilder's redirect here because it causes problems with Maven Failsafe
* as can be seen in <a href="https://github.com/quarkusio/quarkus/issues/33229">...</a>
* as can be seen in <a href="https://github.com/quarkusio/quarkus/issues/33229">here</a>
*/
static Process launchProcess(List<String> args) throws IOException {
Process process = Runtime.getRuntime().exec(args.toArray(new String[0]));
Expand Down

0 comments on commit 63fda6b

Please sign in to comment.