rustls / rustls-ffi

Use Rustls from any language
Other
124 stars 31 forks source link

tests: fixup static lib assertion #307

Closed cpu closed 1 year ago

cpu commented 1 year ago

Description

Fixing the remaining rustls-0.21.0 CI failure identified in a smoketest branch.

With these fixes attached to the smoketest branch in addition to the in-flight PRs we get a :green_circle: build :tada:: https://github.com/cpu/rustls-ffi/actions/runs/4503112550

tests: clarify verify-static-lib output - 6137272f308f4812345df0486f0624200708df0e

When the verify-static-libraries.py assertion fails the output with the actual vs expected results was all on one line, making it harder to visually diff.

This commit splits the output up across a few lines to make it easier to spot the difference.

tests: adjust expected native static libs. - af16029f331c7d955dfb613ac1a373b24c82a7e7

It looks like the early duplicate legacy_stdio_definitions.lib has fallen away. This commit removes it from the expected string, leaving only one instance and fixing the test.