mirror of https://github.com/containers/podman.git
Readd Python testing
We accidentally merged a PR with a commit temporarily disabling the Python tests. Reenable them here. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
parent
bf5f779331
commit
57d2a56920
2
Makefile
2
Makefile
|
@ -178,7 +178,7 @@ localunit: test/goecho/goecho varlink_generate
|
||||||
ginkgo:
|
ginkgo:
|
||||||
ginkgo -v -tags "$(BUILDTAGS)" -cover -flakeAttempts 3 -progress -trace -noColor test/e2e/.
|
ginkgo -v -tags "$(BUILDTAGS)" -cover -flakeAttempts 3 -progress -trace -noColor test/e2e/.
|
||||||
|
|
||||||
localintegration: varlink_generate test-binaries ginkgo
|
localintegration: varlink_generate test-binaries clientintegration ginkgo
|
||||||
|
|
||||||
localsystem: .install.ginkgo .install.gomega
|
localsystem: .install.ginkgo .install.gomega
|
||||||
ginkgo -v -noColor test/system/
|
ginkgo -v -noColor test/system/
|
||||||
|
|
Loading…
Reference in New Issue