Skip to content
Success

Changes

Summary

  1. Improvements to the test runners (details)
Commit 0816c35b61ded64598e1f513cf61362a7f0f4b8a by Brian Goff
Improvements to the test runners
1. Use `go list` to get list of integration dirs to build. This means we
  do not need to have a valid `.go` in every subdirectory and also
  filters out other dirs like "bundles" which may have been created. 2.
Add option to specify custom flags for integration and
  integration-cli. This is needed so both suites can be run AND set
  custom flags... since the cli suite does not support standard go
  flags. 3. Add options to skip an entire integration suite.
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
The file was removedintegration/plugin/logging/cmd/cmd_test.go
The file was removedintegration/plugin/logging/cmd/dummy/main_test.go
The file was removedintegration/plugin/logging/cmd/close_on_start/main_test.go
The file was modified hack/make/test-integration (diff)
The file was modified hack/make.ps1 (diff)
The file was modified hack/make/.integration-test-helpers (diff)
The file was removedintegration/plugin/volumes/cmd/cmd_test.go
The file was removedintegration/plugin/volumes/cmd/dummy/main_test.go
The file was modified Makefile (diff)