Skip to content

Commit

Permalink
OSDK-2303: Scorecard testOutput is tightly coupled with storage mount…
Browse files Browse the repository at this point in the history
…Path

Signed-off-by: Andrej Podhradsky <[email protected]>
  • Loading branch information
apodhrad committed Jun 9, 2022
1 parent 07b7a7f commit b2412e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scorecard/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func gatherTestOutput(r PodTestRunner, suiteName, testName, podName, mountPath s
return err
}

srcPath := r.TestOutput
srcPath := mountPath
prefix := getStoragePrefix(srcPath)
prefix = path.Clean(prefix)
destPath := getDestPath(r.TestOutput, suiteName, testName)
Expand Down

0 comments on commit b2412e9

Please sign in to comment.