From 82529242031eb02bafeb704ecd89969fd5d950ab Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 24 Aug 2023 12:16:25 -0400 Subject: [PATCH] allow testing runs to proceed with unsupported os --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index c3172280f..22a9e9238 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -69,7 +69,7 @@ detect_os # Ubuntu/Debian whiptail pallete to make it look the same as CentOS and Rocky. set_palette >> $setup_log 2>&1 -if [[ $not_supported ]]; then +if [[ $not_supported ]] && [ -z "$TESTING" ]; then if [[ "$OSVER" == "focal" ]]; then if (whiptail_focal_warning); then true