mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-04 19:16:23 +00:00
Merge pull request #164 from marcov/clean-testimage
osbuilder: Remove redundant argument to test_image.sh
This commit is contained in:
commit
f099e2997f
@ -48,7 +48,6 @@ Usage: $script_name [help|<distro>]
|
|||||||
Options:
|
Options:
|
||||||
|
|
||||||
-h | --help # Show usage.
|
-h | --help # Show usage.
|
||||||
--distro <distro> # Only run tests for specified distro.
|
|
||||||
--list # List all distros that can be tested.
|
--list # List all distros that can be tested.
|
||||||
--test-images-only # Only run images tests for the list of distros under test.
|
--test-images-only # Only run images tests for the list of distros under test.
|
||||||
--test-initrds-only # Only run initrds tests for the list of distros under test.
|
--test-initrds-only # Only run initrds tests for the list of distros under test.
|
||||||
@ -563,8 +562,6 @@ main()
|
|||||||
while [ $# -gt 1 ]
|
while [ $# -gt 1 ]
|
||||||
do
|
do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
--distro) distro="$2";;
|
|
||||||
|
|
||||||
-h|--help) usage; exit 0 ;;
|
-h|--help) usage; exit 0 ;;
|
||||||
|
|
||||||
--list) list_distros; exit 0;;
|
--list) list_distros; exit 0;;
|
||||||
|
Loading…
Reference in New Issue
Block a user