On Thu, Nov 12, 2020 at 10:15 AM Ondrej Mosnacek <omosnace@xxxxxxxxxx> wrote: > > The testsuite now runs filesystem tests also on other filesystems than > just the default ext4. [1] That means a few more userspace utilities are > needed to format these filesystems. [2] > > [1] https://github.com/SELinuxProject/selinux-testsuite/commit/071ec9c5e5f0442aae0b14f455ea6e6b34ada1e0 > [2] https://github.com/SELinuxProject/selinux-testsuite/commit/d4e507f78a1784334611421cdfa3683a8214b22d > > Signed-off-by: Ondrej Mosnacek <omosnace@xxxxxxxxxx> > --- > scripts/ci/fedora-test-runner.sh | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/scripts/ci/fedora-test-runner.sh b/scripts/ci/fedora-test-runner.sh > index 78218963..be2cb7d8 100755 > --- a/scripts/ci/fedora-test-runner.sh > +++ b/scripts/ci/fedora-test-runner.sh > @@ -58,6 +58,9 @@ dnf install -y \ > quota \ > xfsprogs-devel \ > libuuid-devel \ > + e2fsprogs \ > + jfsutils \ > + dosfstools \ > kernel-devel-"$(uname -r)" \ > kernel-modules-"$(uname -r)" > > -- > 2.26.2 As the patch is very straightforward and it fixed the issue in Travis-CI tests, I merged this patch directly. Now https://travis-ci.com/github/SELinuxProject/selinux whould be green again :) Thanks! Nicolas