-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken Tests #369
Comments
Obviously this new version is unlikely to ever be backported to 16.04 etc... |
Let me know what you need I will see if I can do something |
The tests are failing without consequences (no global fail). I would leave like that ... |
I rewrote the tests using a |
I was just a bit worried it goes from not running silently to actually failing (i.e. the test no longer passes on systems running the newest version).
Amazing, that seems like the perfect outcome! |
Describe the bug
Tests in 68fbd44 don't work:
They require shunit2 2.1.8:
https://github.com/kward/shunit2/blob/master/doc/CHANGES-2.1.md#changes-with-218
Which isn't yet in the latest Ubuntu:
https://packages.ubuntu.com/jammy/shunit2
Upstream issue raised here:
kward/shunit2#155
To Reproduce
Run tests with shunit2 2.1.7 or below:
https://github.com/matteocorti/check_ssl_cert/runs/5583298905?check_suite_focus=true
Expected behavior
Tests work
System (please complete the following information):
GitHub Actions
The text was updated successfully, but these errors were encountered: