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