mirror of
https://github.com/containers/podman.git
synced 2025-06-03 03:07:56 +08:00
Merge pull request #3235 from baude/testnoremoteinpodman
do not run remote tests inside container
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user