Skip to content

Commit

Permalink
build-gnu.sh: remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jan 24, 2025
1 parent 1f3abd5 commit 79a94d9
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions util/build-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,26 +151,6 @@ else
# Handle generated factor tests
t_first=00
t_max=37
# t_max_release=20
# if test "${UU_MAKE_PROFILE}" != "debug"; then
# # Generate the factor tests, so they can be fixed
# # * reduced to 20 to decrease log size (down from 36 expected by GNU)
# # * only for 'release', skipped for 'debug' as redundant and too time consuming (causing timeout errors)
# seq=$(
# i=${t_first}
# while test "${i}" -le "${t_max_release}"; do
# printf '%02d ' $i
# i=$((i + 1))
# done
# )
# for i in ${seq}; do
# "${MAKE}" "tests/factor/t${i}.sh"
# done
# cat
# sed -i -e 's|^seq |/usr/bin/seq |' -e 's|sha1sum |/usr/bin/sha1sum |' tests/factor/t*.sh
# t_first=$((t_max_release + 1))
# fi
# strip all (debug) or just the longer (release) factor tests from Makefile
seq=$(
i=${t_first}
while test "${i}" -le "${t_max}"; do
Expand Down

0 comments on commit 79a94d9

Please sign in to comment.