Skip to content

Commit

Permalink
run misc/invalid-opt.pl in the CI (Closes: #6660)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Aug 21, 2024
1 parent 001b97f commit 01db148
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions util/build-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ grep -rl 'path_prepend_' tests/* | xargs sed -i 's| path_prepend_ ./src||'

# Remove tests checking for --version & --help
# Not really interesting for us and logs are too big
sed -i -e '/tests\/misc\/invalid-opt.pl/ D' \
-e '/tests\/help\/help-version.sh/ D' \
sed -i -e '/tests\/help\/help-version.sh/ D' \
-e '/tests\/help\/help-version-getopt.sh/ D' \
Makefile

Expand Down

0 comments on commit 01db148

Please sign in to comment.