summaryrefslogtreecommitdiffstats
path: root/tests/mantest
AgeCommit message (Collapse)Author
2023-07-18Split man.test to make tests pass without oniguruma (#2722)itchyny
2020-03-02Rework pipenv requirement to be more relaxedWilliam Langford
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.
2019-02-26Remove ruby dependency from mantestsWilliam Langford
2016-01-17Make it possible to run tests with set -xNicolas Williams
One can now run: make TRACE_TESTS=1 check to get detailed output
2015-06-27Fix braino in merging the previous commitNicolas Williams
There's a mantest that shows how to use `env`. Well, we need to set the env var as expected then, else it will fail.
2015-06-18separate jq, oniguruma, sh, and man testsDavid Tolnay