summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-05-30 19:48:08 +0200
committerGitHub <noreply@github.com>2019-05-30 19:48:08 +0200
commit7358a4c590526cd656affd20db051dd6a852f3bb (patch)
treecb2c54d8be70a3eeb4d28fc90b77f06eaeb07bc9
parentc871653e195d8051ddfb899c2b73cc95de8e6443 (diff)
parentce6e3b80d17e156b19940557d26fa288f56f35dd (diff)
downloadpodman-7358a4c590526cd656affd20db051dd6a852f3bb.tar.gz
podman-7358a4c590526cd656affd20db051dd6a852f3bb.tar.bz2
podman-7358a4c590526cd656affd20db051dd6a852f3bb.zip
Merge pull request #3235 from baude/testnoremoteinpodman
do not run remote tests inside container
-rw-r--r--contrib/cirrus/container_test.sh2
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