Skip to content

Commit

Permalink
move configure to skip -ne
Browse files Browse the repository at this point in the history
  • Loading branch information
simbit18 committed Oct 2, 2024
1 parent 66ccab2 commit 08cebe9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/testbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08cebe9

Please sign in to comment.