Skip to content

Commit 47afdc5

Browse files
committed
Update e2e test controller log location
Signed-off-by: Hans Rakers <[email protected]>
1 parent 0684167 commit 47afdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/invalid_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ func generateClusterName() string {
216216
// it is generated randomly per test case.
217217
func errorExistsInLog(logFolder string, expectedError string) (bool, error) {
218218
expectedErrorFound := errors.New("expected error found")
219-
controllerLogPath := filepath.Join(logFolder, "controllers", "capc-controller-manager")
219+
controllerLogPath := filepath.Join(logFolder, "logs/capc-system/capc-controller-manager")
220220

221221
err := filepath.Walk(controllerLogPath, func(path string, info os.FileInfo, err error) error {
222222
if err != nil {

0 commit comments

Comments
 (0)