From b3107a1f1bc2460f4d622115c139d8c2ee72227a Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:03:57 +0200 Subject: [PATCH] tools/testbuild.sh: Improved speed in the skipping phase --- tools/testbuild.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/testbuild.sh b/tools/testbuild.sh index deb260c43a..91820c383e 100755 --- a/tools/testbuild.sh +++ b/tools/testbuild.sh @@ -566,12 +566,14 @@ function dotest { echo $(date '+%Y-%m-%d %H:%M:%S') echo "------------------------------------------------------------------------------------" distclean - configure if [ ${skip} -ne 1 ]; then + configure build run + refresh + else + echo " Skipping: $1" fi - refresh } # Perform the build test for each entry in the test list file