diff --git a/tests/test_images.sh b/tests/test_images.sh index e66515336..41056aa57 100755 --- a/tests/test_images.sh +++ b/tests/test_images.sh @@ -48,7 +48,6 @@ Usage: $script_name [help|] Options: -h | --help # Show usage. - --distro # Only run tests for specified distro. --list # List all distros that can be tested. --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. @@ -563,8 +562,6 @@ main() while [ $# -gt 1 ] do case "$1" in - --distro) distro="$2";; - -h|--help) usage; exit 0 ;; --list) list_distros; exit 0;;