mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Disable some factor tests
This commit is contained in:
parent
98f09a6b8b
commit
97d15e34d9
1 changed files with 8 additions and 0 deletions
|
@ -48,6 +48,14 @@ for i in {00..20}
|
|||
do
|
||||
make tests/factor/t${i}.sh
|
||||
done
|
||||
|
||||
# strip the long stuff
|
||||
for i in {21..36}
|
||||
do
|
||||
sed -i -e "s/\$(tf)\/t${i}.sh//g" Makefile
|
||||
done
|
||||
|
||||
|
||||
grep -rl 'path_prepend_' tests/* | xargs sed -i 's|path_prepend_ ./src||'
|
||||
sed -i -e 's|^seq |/usr/bin/seq |' -e 's|sha1sum |/usr/bin/sha1sum |' tests/factor/t*sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue