summaryrefslogtreecommitdiff
path: root/.papr.sh
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 /.papr.sh
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 '.papr.sh')
-rw-r--r--.papr.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.papr.sh b/.papr.sh
index a42952824..c5aada904 100644
--- a/.papr.sh
+++ b/.papr.sh
@@ -110,6 +110,7 @@ fi
if [ $build -eq 1 ]; then
make_install_tools
make TAGS="${TAGS}" GOPATH=$GOPATH
+ make podman-remote TAGS="${TAGS}" GOPATH=$GOPATH
fi
# Install Podman
@@ -126,4 +127,5 @@ if [ $integrationtest -eq 1 ]; then
make TAGS="${TAGS}" test-binaries
make varlink_generate GOPATH=/go
make ginkgo GOPATH=/go $INTEGRATION_TEST_ENVS
+ make ginkgo-remote GOPATH=/go $INTEGRATION_TEST_ENVS
fi