summaryrefslogtreecommitdiff
path: root/contrib/cirrus/container_test.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-06-03 21:51:09 +0200
committerGitHub <noreply@github.com>2019-06-03 21:51:09 +0200
commit0ede794da91329ecc5a24c66924ce84023f237f9 (patch)
tree3660d2c1f7939e1e195bd8c6ab8d13edda05e396 /contrib/cirrus/container_test.sh
parente41162076a2668fa93c61dadaf72d285590c4c6e (diff)
parenta47bb4d29f0b5e021645a7b755dd882806a536ca (diff)
downloadpodman-0ede794da91329ecc5a24c66924ce84023f237f9.tar.gz
podman-0ede794da91329ecc5a24c66924ce84023f237f9.tar.bz2
podman-0ede794da91329ecc5a24c66924ce84023f237f9.zip
Merge pull request #3217 from edsantiago/cirrus_cleanup
cirrus: minor cleanup and refactoring
Diffstat (limited to 'contrib/cirrus/container_test.sh')
-rw-r--r--contrib/cirrus/container_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cirrus/container_test.sh b/contrib/cirrus/container_test.sh
index a0542f4a0..27baf0ad7 100644
--- a/contrib/cirrus/container_test.sh
+++ b/contrib/cirrus/container_test.sh
@@ -133,8 +133,8 @@ fi
if [ $integrationtest -eq 1 ]; then
make TAGS="${TAGS}" test-binaries
make varlink_generate
- make ginkgo $INTEGRATION_TEST_ENVS
+ make localintegration $INTEGRATION_TEST_ENVS
if [ $remote -eq 1 ]; then
- make ginkgo-remote $INTEGRATION_TEST_ENVS
+ make remoteintegration $INTEGRATION_TEST_ENVS
fi
fi