From 3bd4f13835d56b53d772906d748f191956728114 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: May 22 2019 20:13:00 +0000 Subject: Try force loading the squashfs module --- diff --git a/tests/test_working.yml b/tests/test_working.yml index 5c82b3e..bf6e9e8 100644 --- a/tests/test_working.yml +++ b/tests/test_working.yml @@ -16,7 +16,7 @@ block: - name: Execute the tests shell: | - echo "squashfs" >> /etc/filesystems; (/usr/local/bin/Squashfs-compression-test.sh &> /tmp/test.log); grep -iq failed /tmp/test.log && result=fail || result=pass + modprobe squashfs; cat /proc/filesystems; lsmod; (/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