Skip to content

Commit

Permalink
limbo: add san-wildcard-only test (#250)
Browse files Browse the repository at this point in the history
* limbo: add san-wildcard-only test

Signed-off-by: William Woodruff <[email protected]>

* san: add a TLD-only variant

Signed-off-by: William Woodruff <[email protected]>

* test-gnutls: fixup stdout stripping

Signed-off-by: William Woodruff <[email protected]>

---------

Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Apr 9, 2024
1 parent 038dccd commit 7861a82
Show file tree
Hide file tree
Showing 3 changed files with 628 additions and 511 deletions.
1 change: 1 addition & 0 deletions harness/gnutls/test-gnutls
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def evaluate_testcase(certtool: str, testcase: Testcase) -> TestcaseResult:
if not stdout:
# If somehow we've filtered everything out, include the whole stdout for debugging.
stdout = status.stdout
stdout = stdout.strip()
stderr = status.stderr.strip()

match status.returncode:
Expand Down
Loading

0 comments on commit 7861a82

Please sign in to comment.