diff --git a/clab/clab.go b/clab/clab.go index 47a48e86b..daafff2b3 100644 --- a/clab/clab.go +++ b/clab/clab.go @@ -1278,7 +1278,7 @@ func (c *CLab) Exec(ctx context.Context, cmds []string, options *ExecOptions) (* continue } } - log.Warnf("error while execing on node %s: %v", cnt.Names[0], err) + resultCollection.Add(cnt.Names[0], execResult) } } diff --git a/docs/rn/0.57.md b/docs/rn/0.57.md index 3dfeafe4c..5267b705e 100644 --- a/docs/rn/0.57.md +++ b/docs/rn/0.57.md @@ -36,3 +36,7 @@ This column is populated with the username of the user who started the lab and i ### 0.57.1 - fixed handling of the docker user password containing special characters #2187 + +### 0.57.2 + +- fixed erroneous warn log when command execution succeeded