mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
tools/testbuild.sh: Improved speed in the skipping phase
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user