diff options
Diffstat (limited to 'contrib/python/podman/Makefile')
-rw-r--r-- | contrib/python/podman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/podman/Makefile b/contrib/python/podman/Makefile index 7096f6152..e7e365a9c 100644 --- a/contrib/python/podman/Makefile +++ b/contrib/python/podman/Makefile @@ -11,7 +11,7 @@ lint: .PHONY: integration integration: - test/test_runner.sh + test/test_runner.sh -v .PHONY: install install: |