Skip to content

Commit 7cb2f94

Browse files
committed
Add explicit logging of commandline
1 parent 9cd0cc7 commit 7cb2f94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xunit-agent/src/main/java/se/capeit/dev/xunittestrunner/XUnitBuildProcess.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public BuildFinishedStatus call() throws Exception {
6464

6565
String filePath = assembly.getAbsolutePath();
6666
String commandLineFlags = getCommandLineFlags(version);
67+
logger.message("Commandline: " + runnerPath + " " + filePath + " " + commandLineFlags);
6768
ProcessBuilder processBuilder = new ProcessBuilder(runnerPath, filePath, commandLineFlags);
6869

6970
// Copy environment variables

0 commit comments

Comments
 (0)