Fix this comment (and retrigger CI).
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
parent
9455a66be8
commit
c8abc79d9b
@ -34,7 +34,7 @@ import (
|
|||||||
func TestSupervisorLogin(t *testing.T) {
|
func TestSupervisorLogin(t *testing.T) {
|
||||||
env := library.IntegrationEnv(t)
|
env := library.IntegrationEnv(t)
|
||||||
|
|
||||||
// If anything in this test crashes, dump out the supervisor pod logs.
|
// If anything in this test crashes, dump out the supervisor and proxy pod logs.
|
||||||
defer library.DumpLogs(t, env.SupervisorNamespace, "")
|
defer library.DumpLogs(t, env.SupervisorNamespace, "")
|
||||||
defer library.DumpLogs(t, "dex", "app=proxy")
|
defer library.DumpLogs(t, "dex", "app=proxy")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user