The standard interface has test.log as output
I can't choose what I want, so avoiding overwriting by using a different name isn't going to work.
This commit is contained in:
parent
9f5a5af2ab
commit
1d41ba0fdc
@ -14,7 +14,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Execute the tests
|
- name: Execute the tests
|
||||||
shell: |
|
shell: |
|
||||||
/usr/local/bin/Squashfs-compression-test.sh &> /tmp/working.log; grep -iq failed /tmp/working.log && result=fail || result=pass
|
/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