mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
gnu/ci: limit the number of factor runs
This commit is contained in:
parent
da085eca98
commit
962e4198b2
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ sed -i "s/^[[:blank:]]*PATH=.*/ PATH='${BUILDDIR//\//\\/}\$(PATH_SEPARATOR)'\"\
|
|||
sed -i 's| tr | /usr/bin/tr |' tests/init.sh
|
||||
make
|
||||
# Generate the factor tests, so they can be fixed
|
||||
for i in {00..36}
|
||||
# Used to be 36. Reduced to 20 to decrease the log size
|
||||
for i in {00..20}
|
||||
do
|
||||
make tests/factor/t${i}.sh
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue