diff --git a/test/e2e/gpu/gpu.go b/test/e2e/gpu/gpu.go index 5c8be57fe..6225f7230 100644 --- a/test/e2e/gpu/gpu.go +++ b/test/e2e/gpu/gpu.go @@ -108,6 +108,7 @@ func describe() { } if !strings.Contains(log, "card") || !strings.Contains(log, "renderD") { + framework.Logf("log output: %s", log) framework.Failf("device mounts not found from log") }