-
Notifications
You must be signed in to change notification settings - Fork 23
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
t: Use consistent 'Mojo::Base' instead of strict+warnings #157
Conversation
@Mergifyio rebase |
✅ Branch has been successfully rebased |
73c6fdf
to
e2d97bd
Compare
ok, I think the problem is that in https://github.com/os-autoinst/os-autoinst-distri-openQA/actions/runs/7277050058/job/19828218115?pr=157#step:5:11 |
Yeah, I thought the same, see #158 |
@Mergifyio rebase |
Same as suggested in our documentation we should use Mojo::Base consistently in all openQA test modules.
✅ Branch has been successfully rebased |
e2d97bd
to
e4417b2
Compare
Now https://openqa.opensuse.org/tests/3831187#step/boot/4 fails, with the same error we see in our regular tests: https://openqa.opensuse.org/tests/3831958#step/boot/4 but which we aren't notified of because no emails :-/ |
https://progress.opensuse.org/issues/152889 |
Same as suggested in our documentation we should use Mojo::Base
consistently in all openQA test modules.
Motivated by: