allow testing runs to proceed with unsupported os

This commit is contained in:
Jason Ertel
2023-08-24 12:16:25 -04:00
parent f4be5641da
commit 8252924203

View File

@@ -69,7 +69,7 @@ detect_os
# Ubuntu/Debian whiptail pallete to make it look the same as CentOS and Rocky. # Ubuntu/Debian whiptail pallete to make it look the same as CentOS and Rocky.
set_palette >> $setup_log 2>&1 set_palette >> $setup_log 2>&1
if [[ $not_supported ]]; then if [[ $not_supported ]] && [ -z "$TESTING" ]; then
if [[ "$OSVER" == "focal" ]]; then if [[ "$OSVER" == "focal" ]]; then
if (whiptail_focal_warning); then if (whiptail_focal_warning); then
true true