commit 1317cd3ad27e14161537469bbc064a4805194e76 from: Thomas Adam date: Tue Mar 08 15:13:36 2022 UTC portable: README: clarify jot for regress When running the tests under Linux, jot(1) can be found in the athena-jot package. commit - 973f3f6e968a6729bf43c2421b75db48ff4626b4 commit + 1317cd3ad27e14161537469bbc064a4805194e76 blob - f030966c121d6188a680adb6e2f3f87f4ba670b9 blob + 3b867369e2f2622eee9e2c31486d9471855a3160 --- .github/README.md +++ .github/README.md @@ -57,15 +57,15 @@ Darwin (MacOS): TESTS (REGRESS) =============== -There are tests under regress/ -- these are designed to work on OpenBSD. For -now, the cmdline/ tests have been prioritised. - To run the test suite: ``` $ make tests ``` +NOTE: For Linux, you must have the jot(1) command which is typically in the +`athena-jot` package, or similar. + NOTE: THIS ONLY WORKS AFTER `make install` DUE TO HOW PATHS TO LIBEXEC HELPERS ARE HARD-CODED INTO THE BINARIES. blob - 4f22fcdb2ba42067f6f70f03d6969b3d815f3733 blob + cd20c9a11f9103864488f8b43a9e08fbdb406beb --- README.portable +++ README.portable @@ -54,15 +54,15 @@ Darwin (MacOS): TESTS (REGRESS) =============== -There are tests under regress/ -- these are designed to work on OpenBSD. For -now, the cmdline/ tests have been prioritised. - To run the test suite: ``` $ make tests ``` +NOTE: For Linux, you must have the jot(1) command which is typically in the +`athena-jot` package, or similar. + NOTE: THIS ONLY WORKS AFTER `make install` DUE TO HOW PATHS TO LIBEXEC HELPERS ARE HARD-CODED INTO THE BINARIES.