Skip to content

Commit d0d4351

Browse files
authored
Update GnuTests.yml
1 parent e77ded1 commit d0d4351

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/GnuTests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,7 @@ jobs:
250250
- name: Generate SELinux tests list
251251
run: |
252252
# 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"
253+
lima bash -c "cd ~/work/gnu/ && grep -l 'require_selinux_' -r tests/ > ~/work/uutils/selinux-tests.txt"
255254
lima bash -c "cd ~/work/uutils/ && cat selinux-tests.txt"
256255
257256
# Count the tests

0 commit comments

Comments
 (0)