From f6ab044ed31380140c98ba7ac56093c72d44e43b Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 4 Jul 2025 14:59:20 -0500 Subject: [PATCH] Cleanup: Remove not yet supported gitlab test.sh comment. This has been used for some time now, so consider it supported. --- build/scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 1.8.3.1