[agent][executor]- bug
This commit is contained in:
@@ -63,16 +63,11 @@ public class CommandExecLogCache {
|
||||
TimeUtils.currentTimeString()
|
||||
);
|
||||
|
||||
String execResultString = String.format(
|
||||
"execution result is => [ %s ]",
|
||||
process.exitValue()
|
||||
);
|
||||
|
||||
// add the command
|
||||
commandCachedLog.add("");
|
||||
commandCachedLog.add(execCommandString);
|
||||
commandCachedLog.add(execTimeString);
|
||||
commandCachedLog.add(execResultString);
|
||||
commandCachedLog.add("--------------- command result are as below --------------------");
|
||||
commandCachedLog.add("");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user