forked from nuttx/nuttx-update
tools/testbuild.sh: Improved speed in the skipping phase
This commit is contained in:
parent
af6eb7226e
commit
b3107a1f1b
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue