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>
This commit is contained in:
baude
2019-05-30 10:30:14 -05:00
parent c871653e19
commit ce6e3b80d1

View File

@ -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