mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Keep a cached copy of the man tests that we can use when no manpage changes are made. This allows automated systems that might not have easy access to a pipenv to build and run tests.
7 lines
183 B
Bash
Executable File
7 lines
183 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${0%/*}/setup" "$@"
|
|
|
|
# We set PAGER because there's a mantest for `env` that uses it.
|
|
env PAGER=less $VALGRIND $Q $JQ -L "$mods" --run-tests < $JQBASEDIR/tests/man.test
|