diff options
author | baude <bbaude@redhat.com> | 2019-05-30 10:56:21 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-05-31 14:54:06 -0500 |
commit | d1c44ea8560c59d843f8550005050a5e09e2b062 (patch) | |
tree | a3bd01d5ae4b67d4cdae83ed975394149ad444ed /contrib/cirrus/integration_test.sh | |
parent | 7358a4c590526cd656affd20db051dd6a852f3bb (diff) | |
download | podman-d1c44ea8560c59d843f8550005050a5e09e2b062.tar.gz podman-d1c44ea8560c59d843f8550005050a5e09e2b062.tar.bz2 podman-d1c44ea8560c59d843f8550005050a5e09e2b062.zip |
split rootless local and remote testing
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'contrib/cirrus/integration_test.sh')
-rwxr-xr-x | contrib/cirrus/integration_test.sh | 2 |
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" ]] |