File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -151,26 +151,6 @@ else
151151 # Handle generated factor tests
152152 t_first=00
153153 t_max=37
154- # t_max_release=20
155- # if test "${UU_MAKE_PROFILE}" != "debug"; then
156- # # Generate the factor tests, so they can be fixed
157- # # * reduced to 20 to decrease log size (down from 36 expected by GNU)
158- # # * only for 'release', skipped for 'debug' as redundant and too time consuming (causing timeout errors)
159- # seq=$(
160- # i=${t_first}
161- # while test "${i}" -le "${t_max_release}"; do
162- # printf '%02d ' $i
163- # i=$((i + 1))
164- # done
165- # )
166- # for i in ${seq}; do
167- # "${MAKE}" "tests/factor/t${i}.sh"
168- # done
169- # cat
170- # sed -i -e 's|^seq |/usr/bin/seq |' -e 's|sha1sum |/usr/bin/sha1sum |' tests/factor/t*.sh
171- # t_first=$((t_max_release + 1))
172- # fi
173- # strip all (debug) or just the longer (release) factor tests from Makefile
174154 seq=$(
175155 i=${t_first}
176156 while test " ${i} " -le " ${t_max} " ; do
You can’t perform that action at this time.
0 commit comments