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 9255420 commit 32d1847Copy full SHA for 32d1847
test-framework/common/src/main/java/io/quarkus/test/common/NativeImageLauncher.java
@@ -59,7 +59,7 @@ public void start() throws Exception {
59
args.add(path);
60
args.add("-Dquarkus.http.port=" + port);
61
args.add("-Dtest.url=" + TestHTTPResourceManager.getUri());
62
- args.add("-Dquarkus.log.file.path="+PropertyTestUtil.getLogFileLocation());
+ args.add("-Dquarkus.log.file.path=" + PropertyTestUtil.getLogFileLocation());
63
64
System.out.println("Executing " + args);
65
0 commit comments