From: Kevin Day Date: Fri, 4 Jul 2025 19:59:20 +0000 (-0500) Subject: Cleanup: Remove not yet supported gitlab test.sh comment. X-Git-Tag: 0.6.14^0 X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=f6ab044ed31380140c98ba7ac56093c72d44e43b;p=fll Cleanup: Remove not yet supported gitlab test.sh comment. This has been used for some time now, so consider it supported. --- diff --git a/build/scripts/test.sh b/build/scripts/test.sh index 13257d4..d2d9a43 100644 --- a/build/scripts/test.sh +++ b/build/scripts/test.sh @@ -331,7 +331,7 @@ test_help() { echo -e "${c_highlight}${system_name}${c_reset} ${c_notice}[${c_reset} options ${c_notice}]${c_reset} ${c_notice}[${c_reset} test_system ${c_notice}]${c_reset}" echo -e " ${c_important}normal${c_reset} Perform a normal test (default)." echo -e " ${c_important}github${c_reset} Perform a test meant to be used within Github." - echo -e " ${c_important}gitlab${c_reset} Perform a test meant to be used within Gitlab (not yet supported)." + echo -e " ${c_important}gitlab${c_reset} Perform a test meant to be used within Gitlab." echo echo -e "${c_highlight}Available Options:${c_reset}" echo -e " -${c_important}h${c_reset}, --${c_important}help${c_reset} Print this help message."