Skip to content

Commit b434c09

Browse files
authored
Merge pull request #342 from davidz627/fix/testLogs
Update the test runner to spit out logs at level 10 for debuggability
2 parents dc5c46b + 303ebd3 commit b434c09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/k8s-integration/main.go

+2
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,12 @@ func runTestsWithConfig(k8sBinDir, gceZone, testFocus, testConfigArg string) err
330330

331331
cmd := exec.Command("./ginkgo",
332332
"-p",
333+
"-v",
333334
testFocusArg,
334335
"-skip=\\[Disruptive\\]|\\[Serial\\]|\\[Feature:.+\\]",
335336
"e2e.test",
336337
"--",
338+
"-v=10",
337339
reportArg,
338340
"-provider=gce",
339341
"-node-os-distro=cos",

0 commit comments

Comments
 (0)