Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Handle multiple returned domains in 002-test-key-name.test | David Phillips | 2020-09-05 |
| | | | | | | | | | | | This patch resolves a source of unreliability in the 002-test-key-name test. If sand-leek returned multiple "Found: " lines, then the test script would take only the first, and expect that they RSA key is for this domain. However, this isn't always true, due to the parallel nature of the program. Instead, this patch adjusts the test to capture all found domains, and assert that the domain calculated from the RSA key is one of these domains. Tested 100% reliable over 1000 repetitions. | ||
* | Add auto-detection of sha1sum/shasum to 002-test-key-name.test | David Phillips | 2018-06-18 |
| | |||
* | Change shasum to sha1sum to remove perl dep | David Phillips | 2018-06-18 |
| | |||
* | Fix failing tests | David Phillips | 2017-11-23 |
| | | | | I am a bad man, I broke master | ||
* | Dump key file on test failure | David Phillips | 2017-11-18 |
| | |||
* | Add more tests, pull simple test runner from other project | David Phillips | 2017-07-27 |