Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adjust tests to pass shellcheck | David Phillips | 2020-09-05 |
| | | | | Fixes warnings around use of various shell no-nos | ||
* | 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. | ||
* | Amend test cases, use -A | David Phillips | 2019-03-11 |
| | |||
* | 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 |
| | |||
* | Correct broken test case | David Phillips | 2018-05-27 |
| | |||
* | Carry bump into test output | David Phillips | 2018-05-17 |
| | |||
* | 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 |
| | |||
* | Output stderr and stdout on test failure | David Phillips | 2017-11-18 |
| | |||
* | Clean up test runner script | David Phillips | 2017-09-12 |
| | |||
* | Change from sh to bash for pushd | David Phillips | 2017-07-27 |
| | |||
* | Add more tests, pull simple test runner from other project | David Phillips | 2017-07-27 |