mirror of
https://github.com/containers/podman.git
synced 2025-06-24 11:28:24 +08:00
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:
@ -35,7 +35,7 @@ options=0
|
|||||||
noremote=0
|
noremote=0
|
||||||
install_tools_made=0
|
install_tools_made=0
|
||||||
|
|
||||||
while getopts "biptuv" opt; do
|
while getopts "bitnuv" opt; do
|
||||||
case "$opt" in
|
case "$opt" in
|
||||||
b) build=1
|
b) build=1
|
||||||
options=1
|
options=1
|
||||||
|
Reference in New Issue
Block a user