This commit is contained in:
Bruno Wolff III 2019-05-22 11:49:58 -05:00
parent 786bcd85ae
commit 6a521a3d60

View File

@ -12,7 +12,7 @@
block: block:
- name: Execute the tests - name: Execute the tests
shell: | shell: |
dnf install -y --nogpgcheck rpmdevtools; cat /proc/filesystems; ls 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 dnf install -y --nogpgcheck rpmdevtools; 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 -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