From ce6e3b80d17e156b19940557d26fa288f56f35dd Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 30 May 2019 10:30:14 -0500 Subject: 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 --- contrib/cirrus/container_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/cirrus') 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 -- cgit v1.2.3-54-g00ecf