summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-01-14 13:39:09 -0800
committerGitHub <noreply@github.com>2019-01-14 13:39:09 -0800
commit6301f6a0a9e3989ecdf59fd5395d06c44f8bac14 (patch)
treea9aac949e6b94cd46557fa82f29ca30aa7bdedff /Makefile
parent30f115a96034275fc7136b1ec576d57ec2cf099e (diff)
parentb30a56c15613428c80033b97e81db7d3d8ed84e6 (diff)
downloadpodman-6301f6a0a9e3989ecdf59fd5395d06c44f8bac14.tar.gz
podman-6301f6a0a9e3989ecdf59fd5395d06c44f8bac14.tar.bz2
podman-6301f6a0a9e3989ecdf59fd5395d06c44f8bac14.zip
Merge pull request #2155 from baude/remotetestenable
Run integrations test with remote-client
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 838de9774..6e33fa46d 100644
--- a/Makefile
+++ b/Makefile
@@ -171,7 +171,10 @@ localunit: test/goecho/goecho varlink_generate
ginkgo:
ginkgo -v -tags "$(BUILDTAGS)" -cover -flakeAttempts 3 -progress -trace -noColor test/e2e/.
-localintegration: varlink_generate test-binaries ginkgo
+ginkgo-remote:
+ ginkgo -v -tags "$(BUILDTAGS) remoteclient" -cover -flakeAttempts 3 -progress -trace -noColor test/e2e/.
+
+localintegration: varlink_generate test-binaries ginkgo ginkgo-remote
localsystem: .install.ginkgo .install.gomega
ginkgo -v -noColor test/system/
@@ -188,7 +191,7 @@ run-perftest: perftest
vagrant-check:
BOX=$(BOX) sh ./vagrant.sh
-binaries: varlink_generate podman
+binaries: varlink_generate podman podman-remote
install.catatonit:
./hack/install_catatonit.sh