Merge pull request #3235 from baude/testnoremoteinpodman

do not run remote tests inside container
This commit is contained in:
OpenShift Merge Robot
2019-05-30 19:48:08 +02:00
committed by GitHub

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