diff options
author | baude <bbaude@redhat.com> | 2019-05-30 10:30:14 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-05-30 10:30:14 -0500 |
commit | ce6e3b80d17e156b19940557d26fa288f56f35dd (patch) | |
tree | cb2c54d8be70a3eeb4d28fc90b77f06eaeb07bc9 /contrib/cirrus | |
parent | c871653e195d8051ddfb899c2b73cc95de8e6443 (diff) | |
download | podman-ce6e3b80d17e156b19940557d26fa288f56f35dd.tar.gz podman-ce6e3b80d17e156b19940557d26fa288f56f35dd.tar.bz2 podman-ce6e3b80d17e156b19940557d26fa288f56f35dd.zip |
do not run remote tests inside container
when running the podman integration tests inside a container, we should
not be running the remote tests.
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'contrib/cirrus')
-rw-r--r-- | contrib/cirrus/container_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/container_test.sh b/contrib/cirrus/container_test.sh index 1fd9551db..6bd925f17 100644 --- a/contrib/cirrus/container_test.sh +++ b/contrib/cirrus/container_test.sh @@ -35,7 +35,7 @@ options=0 noremote=0 install_tools_made=0 -while getopts "biptuv" opt; do +while getopts "bitnuv" opt; do case "$opt" in b) build=1 options=1 |