From 727b6151279707f463ef33492284211d4c8d4cf1 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: May 22 2019 19:20:03 +0000 Subject: Add squashfs to filesystems that should be supported --- diff --git a/tests/test_working.yml b/tests/test_working.yml index 25383e0..01b8c59 100644 --- a/tests/test_working.yml +++ b/tests/test_working.yml @@ -16,7 +16,7 @@ block: - name: Execute the tests 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 always: - name: Pull out the logs