Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions util/build-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@
# Remove tests checking for --version & --help
# Not really interesting for us and logs are too big
sed -i '/tests\/help\/help-version.sh/ D' Makefile
# Remove usage_vs_refs: it checks that --help options match GNU's texi docs.

Check failure on line 159 in util/build-gnu.sh

View workflow job for this annotation

GitHub Actions / Style/spelling (ubuntu-latest, feat_os_unix)

ERROR: `cspell`: Unknown word 'texi' (file:'util/build-gnu.sh', line:159)

Check failure on line 159 in util/build-gnu.sh

View workflow job for this annotation

GitHub Actions / Style/spelling (ubuntu-latest, feat_os_unix)

ERROR: `cspell`: Unknown word 'texi' (file:'util/build-gnu.sh', line:159)
# uutils has intentionally different options (e.g., clap adds -V for --version)
# so this test will never pass.
sed -i '/tests\/misc\/usage_vs_refs.sh/ D' Makefile
touch gnu-built
fi

Expand Down
Loading