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