Skip to content
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

testsolv: skip the last "job install name" for package if do not ends with a new line #490

Open
aplanas opened this issue Feb 17, 2022 · 1 comment

Comments

@aplanas
Copy link

aplanas commented Feb 17, 2022

I found that the testsolv parser in ext skip the last job install name line if it is not followed by a new line \n.

For example:

system x86_64 rpm

...
job install name pattern:yast2_basis
job install name kernel-default
job install name snapper
job install name grub2
job install name btrfsprogs

btrfsprogs will be ignored if the EOF is after the end of the line and there is no \n. If I am not wrong this do not happen when the job install name is referring to a pattern: instead of a package, but I am not sure here.

@mlschroe
Copy link
Member

It simply ignores the last line of it has no \n. I can easily fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants