summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-11-03 14:27:30 -0500
committerGitHub <noreply@github.com>2020-11-03 14:27:30 -0500
commit1e83aea9e67740d001e1ea3920038c9de2375175 (patch)
treee0745f48f9944b9f3d293ae619b7770cf16118e7 /Makefile
parent110c1c8b4b74ee5e2a551402d94a9c31c1e06327 (diff)
parentdf8bda8cc0aadbdbd75638e4710eee2c0359bbf9 (diff)
downloadpodman-1e83aea9e67740d001e1ea3920038c9de2375175.tar.gz
podman-1e83aea9e67740d001e1ea3920038c9de2375175.tar.bz2
podman-1e83aea9e67740d001e1ea3920038c9de2375175.zip
Merge pull request #8204 from jwhonce/jira/run-976
Add test/apiv2/rest_api tests to make target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 89bf8707e..5cfed666a 100644
--- a/Makefile
+++ b/Makefile
@@ -357,6 +357,7 @@ remotesystem:
.PHONY: localapiv2
localapiv2:
env PODMAN=./bin/podman ./test/apiv2/test-apiv2
+ env PODMAN=./bin/podman ${PYTHON} -m unittest discover -v ./test/apiv2/rest_api/
.PHONY: remoteapiv2
remoteapiv2: