We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77ded1 commit d0d4351Copy full SHA for d0d4351
1 file changed
.github/workflows/GnuTests.yml
@@ -250,8 +250,7 @@ jobs:
250
- name: Generate SELinux tests list
251
run: |
252
# Find and list all tests that require SELinux
253
- # Since we don't have runcon buildable without libselinux, we move some tests.
254
- lima bash -c "cd ~/work/gnu/ && grep -l 'require_selinux_' -r tests/ > ~/work/uutils/selinux-tests.txt && echo tests/runcon/runcon-no-reorder >> ~/work/uutils/selinux-tests.txt"
+ lima bash -c "cd ~/work/gnu/ && grep -l 'require_selinux_' -r tests/ > ~/work/uutils/selinux-tests.txt"
255
lima bash -c "cd ~/work/uutils/ && cat selinux-tests.txt"
256
257
# Count the tests
0 commit comments