Skip to content

Commit

Permalink
fix: rename log path
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Jun 26, 2024
1 parent 0f9ea64 commit 2b1d524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/executor/jmeterd/pkg/slaves/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func getSlaveConfigurationEnv(slaveEnv map[string]testkube.Variable, slavesPodNu
for envKey, t := range slaveEnv {
if envKey == SlavesAdditionalJmeterArgs {
if !strings.Contains(t.Value, "-j") {
t.Value += " -j /data/server.log"
t.Value += " -j /logs/server.log"
}
}

Expand Down

0 comments on commit 2b1d524

Please sign in to comment.