From b2fd4155d2de4bdb68361ecd06a318c1c5ba3129 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: May 22 2019 19:39:09 +0000 Subject: Keep the newline --- diff --git a/tests/test_working.yml b/tests/test_working.yml index 01b8c59..5c82b3e 100644 --- a/tests/test_working.yml +++ b/tests/test_working.yml @@ -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