-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
build-gnu.sh: Move {ch,run}con tests to Fedora VM and avoid wrong result #9607
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
|
GNU testsuite comparison: |
052b34e to
fcf4e6b
Compare
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
Note that |
…ult by false symlinks
|
GNU testsuite comparison: |
|
@oech3 it caused a regression on GNU test failed: tests/runcon/runcon-compute. tests/runcon/runcon-compute is passing on 'main'. Maybe you have to rebase? |
|
|
|
So we should reset the result by someway. I don't know how to do that... |
…ult by false symlinks (uutils#9607)
We can't build runcon and chcon without libselinux. But GNU no longer builds dummies of them. So move tests to Fedora VM: https://github.com/uutils/coreutils/actions/runs/20046833546/job/57494071620?pr=9607#step:15:34
Also some tests related with them were incorrectly passing due to
falsesymlinks...