summaryrefslogtreecommitdiff
path: root/contrib/cirrus/integration_test.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-06-01 03:37:15 +0200
committerGitHub <noreply@github.com>2019-06-01 03:37:15 +0200
commit2068919e9bfcc8c45a8f73fa89a197f1923afa3f (patch)
tree8b47c2ceaa346fd42397fb52ec02dc4dab97a6ef /contrib/cirrus/integration_test.sh
parent503ed5fe0319c6a673f3ad43b00aacf2199bcf74 (diff)
parentd1c44ea8560c59d843f8550005050a5e09e2b062 (diff)
downloadpodman-2068919e9bfcc8c45a8f73fa89a197f1923afa3f.tar.gz
podman-2068919e9bfcc8c45a8f73fa89a197f1923afa3f.tar.bz2
podman-2068919e9bfcc8c45a8f73fa89a197f1923afa3f.zip
Merge pull request #3236 from baude/testsplitrootless
split rootless local and remote testing
Diffstat (limited to 'contrib/cirrus/integration_test.sh')
-rwxr-xr-xcontrib/cirrus/integration_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/integration_test.sh b/contrib/cirrus/integration_test.sh
index e7f582b42..88e57fa53 100755
--- a/contrib/cirrus/integration_test.sh
+++ b/contrib/cirrus/integration_test.sh
@@ -19,7 +19,7 @@ then
-e "CONMON_BINARY=/usr/libexec/podman/conmon" \
-e "DIST=$OS_RELEASE_ID" \
-e "CONTAINER_RUNTIME=$CONTAINER_RUNTIME" \
- ${OS_RELEASE_ID}podmanbuild bash $GOSRC/$SCRIPT_BASE/container_test.sh -b -i -t -n
+ $IN_PODMAN_IMAGE bash $GOSRC/$SCRIPT_BASE/container_test.sh -b -i -t
exit $?
elif [[ "$SPECIALMODE" == "rootless" ]]