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
11 changes: 8 additions & 3 deletions projects/rigaux.org/hexedit/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ build:
make install

test:
true
# FIXME: curses tool, no --version, --help is exit code 1
# hexedit -h
# hexedit -h shows usage and exits 1 (as noted in the previous FIXME).
# It's a curses tool, output checks are unreliable.
# Checking the documented exit code is the simplest robust test.
script:
# The `!` negates the exit status.
# This command succeeds if `hexedit -h` exits non-zero.
- run: "! hexedit -h >/dev/null 2>&1"


provides:
- bin/hexedit