Try force loading the squashfs module
This commit is contained in:
parent
b2fd4155d2
commit
3bd4f13835
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user