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 1764b8a commit 663b150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,8 @@ function dotest {
echo $(date '+%Y-%m-%d %H:%M:%S')
echo "------------------------------------------------------------------------------------"
distclean
configure
if [ ${skip} -ne 1 ]; then
configure
build
run
fi
Expand Down

0 comments on commit 663b150

Please sign in to comment.