mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
generate all factor scripts
This commit is contained in:
parent
20082971be
commit
3b93995132
1 changed files with 1 additions and 1 deletions
2
.github/workflows/GNU.yml
vendored
2
.github/workflows/GNU.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
sed -i 's| tr | /usr/bin/tr |' tests/init.sh
|
||||
make
|
||||
# Generate the factor tests, so they can be fixed
|
||||
for i in $(seq -w 1 36)
|
||||
for i in $(seq -w 0 36)
|
||||
do
|
||||
make tests/factor/t${i}.sh
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue