Keep the newline

This commit is contained in:
Bruno Wolff III 2019-05-22 14:39:09 -05:00
parent 727b615127
commit b2fd4155d2

View File

@ -16,7 +16,7 @@
block:
- name: Execute the tests
shell: |
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 "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