1
0
Fork 0
forked from nuttx/nuttx-update

tools/testbuild.sh: Improved speed in the skipping phase

This commit is contained in:
simbit18 2024-10-01 19:03:57 +02:00 committed by Xiang Xiao
parent af6eb7226e
commit b3107a1f1b

View file

@ -566,12 +566,14 @@ function dotest {
echo $(date '+%Y-%m-%d %H:%M:%S') echo $(date '+%Y-%m-%d %H:%M:%S')
echo "------------------------------------------------------------------------------------" echo "------------------------------------------------------------------------------------"
distclean distclean
configure
if [ ${skip} -ne 1 ]; then if [ ${skip} -ne 1 ]; then
configure
build build
run run
fi
refresh refresh
else
echo " Skipping: $1"
fi
} }
# Perform the build test for each entry in the test list file # Perform the build test for each entry in the test list file