From ceeb2e706ebdd0f53d98457f03df6a44403e3c17 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Tue, 4 Mar 2025 09:27:07 +0000 Subject: [PATCH] Updated bash test script help --- test/run-tests.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/run-tests.sh b/test/run-tests.sh index 34af8d07..fbd01519 100644 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -54,14 +54,14 @@ PrintHeader() PrintHelp() { echo "$HelpColour" - echo "-------------------------------------------------------------------------------------" - echo " Syntax : ./runtests.sh " - echo " C++ Standard : 11, 14, 17 or 20 " - echo " Optimisation : 0, 1, 2 or 3. Default = 0 " - echo " Threads : Number of threads to use. Default = 4 " - echo " Sanitizer : s enables sanitizer checks, n disables. Default disabled " - echo " Compiler select : gcc or clang. Default All compilers " - echo "-------------------------------------------------------------------------------------" + echo "--------------------------------------------------------------------------------------------" + echo " Syntax : ./runtests.sh " + echo " C++ Standard : 11, 14, 17 or 20 " + echo " Optimisation : 0, 1, 2 or 3. Default = 0 " + echo " Threads : Number of threads to use. Default = 4 " + echo " Sanitizer : s enables sanitizer checks, n disables. Default disabled " + echo " Compiler : gcc or clang. Default All compilers " + echo "--------------------------------------------------------------------------------------------" echo "$NoColour" }