From 896baaa07621c3b5b17648f136a8b8a2567fa32c Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sat, 31 May 2025 15:56:24 +0100 Subject: [PATCH] Minor script updates --- test/run-syntax-checks.sh | 1 + test/run-tests.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/test/run-syntax-checks.sh b/test/run-syntax-checks.sh index 7d66ae10..18a65523 100644 --- a/test/run-syntax-checks.sh +++ b/test/run-syntax-checks.sh @@ -30,6 +30,7 @@ PrintHeader() { echo "$TitleColour" echo "============================================================================" | tee -a log.txt + echo " Running syntax checks " | tee -a log.txt echo " Configuration : $configuration_name" | tee -a log.txt echo " Compiler : $compiler " | tee -a log.txt echo " Language : C++$cxx_standard " | tee -a log.txt diff --git a/test/run-tests.sh b/test/run-tests.sh index 9d87d930..9910a4e0 100644 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -38,6 +38,7 @@ PrintHeader() { echo "$TitleColour" echo "============================================================================" | tee -a log.txt + echo " Running tests " | tee -a log.txt echo " Configuration : $configuration_name" | tee -a log.txt echo " Compiler : $compiler " | tee -a log.txt echo " Language : C++$cxx_standard " | tee -a log.txt