Skip to content

Commit

Permalink
Updated help screen in CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wellbelove committed Dec 4, 2023
1 parent b34b6f3 commit f7845f8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions test/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ PrintHeader()
PrintHelp()
{
echo "$HelpColour"
echo "----------------------------------------------------------------------------"
echo " Syntax : ./runtests.sh <C++ Standard> <Optimisation> "
echo " C++ Standard : 11, 14, 17 or 20 "
echo " Optimisation : 0, 1, 2 or 3. Default = 0 "
echo "----------------------------------------------------------------------------"
echo "----------------------------------------------------------------------------------"
echo " Syntax : ./runtests.sh <C++ Standard> <Threads> <Optimisation> <Sanitizer> "
echo " C++ Standard : 11, 14, 17 or 20 "
echo " Threads : Number of threads to use. Default = 4 "
echo " Optimisation : 0, 1, 2 or 3. Default = 0 "
echo " Sanitizer : S enables sanitizer checks. Default disabled "
echo "----------------------------------------------------------------------------------"
echo "$NoColour"
}

Expand Down

0 comments on commit f7845f8

Please sign in to comment.