-
Notifications
You must be signed in to change notification settings - Fork 176
more autoinstall etc. tests #479
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
Conversation
Creating issues works with |
I'll take care of this. |
97e2318 to
000efbf
Compare
|
I rebased this PR on your I have a few more changes in the Debian package that should get upstreamed. I'll dig them out tomorrow and thereafter time should be right for a new release. |
there is no /etc/sysconfig/ on Debian (or derivatives)
map any autoinstall error to 1 for a lsb compliant exit code
autoinstall doesn't have a loop over kernels
b90501f to
ffc58ac
Compare
some reordering and enhancements for the testsuite
There are some more in the queue, but I need some CI changes for that but I have not enough experience with the github CI to fix that myself properly ...
I'm about to add some tests for
dkms_autoinstaller(and maybedkms_common.postinstlater too) but that doesn't work on the CI since it only runsmake installwhich skips these. It would need to runmake install_debianormake install_redhatas appropriate for the current platform ...(Actually I wanted to file this as a separate issue, but for some reason that didn't work ...)