Skip to content

Commit

Permalink
debugging help check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zachjs committed May 2, 2024
1 parent a80919b commit 2f27992
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/help/run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

../../bin/sv2v --help
../../bin/sv2v --version
../../bin/sv2v --numeric-version

test_help() {
runAndCapture --help
assertTrue "getting help should succeed" $result
Expand Down

0 comments on commit 2f27992

Please sign in to comment.