From 786bcd85aedcc3c604ded32d3a553847c73a4291 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: May 22 2019 16:10:45 +0000 Subject: Add some filesystem related diagnostics Get some help trying to figure out what is missing for squashfs loopback mounts. --- diff --git a/tests/test_working.yml b/tests/test_working.yml index c13d303..c6e34a1 100644 --- a/tests/test_working.yml +++ b/tests/test_working.yml @@ -12,7 +12,7 @@ block: - name: Execute the tests shell: | - dnf install -y --nogpgcheck kernel-modules-extra rpmdevtools; (/usr/local/bin/Squashfs-compression-test.sh &> /tmp/test.log); grep -iq failed /tmp/test.log && result=fail || result=pass + dnf install -y --nogpgcheck rpmdevtools; cat /proc/filesystems; ls ls /lib/modules/$(uname -r)/kernel/fs; ls /sbin/mount.*; (/usr/local/bin/Squashfs-compression-test.sh &> /tmp/test.log); grep -iq failed /tmp/test.log && result=fail || result=pass echo -e "results:\n- {result: $result, test: working}" > /tmp/results.yml always: - name: Pull out the logs