Add squashfs to filesystems that should be supported
This commit is contained in:
parent
71002dc00f
commit
727b615127
@ -16,7 +16,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Execute the tests
|
- name: Execute the tests
|
||||||
shell: |
|
shell: |
|
||||||
cat /proc/filesystems; 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 -n "squashfs" >> /etc/filesystems; (/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
|
echo -e "results:\n- {result: $result, test: working}" > /tmp/results.yml
|
||||||
always:
|
always:
|
||||||
- name: Pull out the logs
|
- name: Pull out the logs
|
||||||
|
Loading…
Reference in New Issue
Block a user