aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* Switch mapfile for explicit loopHEADmasterDavid Phillips2020-09-05
| | | | Fixes issue on stock Mac OS with older bash
* Update GitLab pipelineDavid Phillips2020-09-05
| | | | | Misc restructuring to increase reuse between jobs. Also fixes missing python issue on recent Ubuntu containers
* Adjust tests to pass shellcheckDavid Phillips2020-09-05
| | | | Fixes warnings around use of various shell no-nos
* Handle multiple returned domains in 002-test-key-name.testDavid Phillips2020-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 -ADavid Phillips2019-03-11
|
* Add auto-detection of sha1sum/shasum to 002-test-key-name.testDavid Phillips2018-06-18
|
* Change shasum to sha1sum to remove perl depDavid Phillips2018-06-18
|
* Correct broken test caseDavid Phillips2018-05-27
|
* Carry bump into test outputDavid Phillips2018-05-17
|
* Fix failing testsDavid Phillips2017-11-23
| | | | I am a bad man, I broke master
* Dump key file on test failureDavid Phillips2017-11-18
|
* Output stderr and stdout on test failureDavid Phillips2017-11-18
|
* Clean up test runner scriptDavid Phillips2017-09-12
|
* Change from sh to bash for pushdDavid Phillips2017-07-27
|
* Add more tests, pull simple test runner from other projectDavid Phillips2017-07-27