Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
gwesterfieldjr committed May 16, 2022
1 parent 36bc7a8 commit aca6f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test/e2e/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ func splitTests(testsList []string, conf ParallelRunConf) ([]instanceRunConf, er
}

tinkerbellTests := getTinkerbellTests(testsList)
logger.V(1).Info("INFO:", "tinkerbellTests", tinkerbellTests)
logger.V(1).Info("INFO:", "tinkerbellTests", len(tinkerbellTests))
tinkTestInstances := len(hardware) / maxHardwarePerE2ETest
logger.V(1).Info("INFO:", "tinkTestInstances", tinkTestInstances)

Expand Down

0 comments on commit aca6f63

Please sign in to comment.