1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

generate all factor scripts

This commit is contained in:
James Robson 2021-03-04 19:11:38 +00:00
parent 20082971be
commit 3b93995132

View file

@ -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