Skip to content
Snippets Groups Projects
Commit c21f30eb authored by Cleber Rosa's avatar Cleber Rosa Committed by Eduardo Habkost
Browse files

Travis: print acceptance tests logs in case of job failure


Because Travis doesn't allow us to keep files produced during tests
(such as log files), let's print the complete job log to the "console"
in case of job failures.

This is a debugging aid, and given that there's been some timeouts
happening on some tests, we absolutely needs the logs to have a proper
action.

Signed-off-by: default avatarCleber Rosa <crosa@redhat.com>
Message-Id: <20190607152223.9467-2-crosa@redhat.com>
Reviewed-by: default avatarWainer dos Santos Moschetta <wainersm@redhat.com>
Acked-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
parent 0b98c20a
No related branches found
No related tags found
No related merge requests found
......@@ -233,6 +233,8 @@ matrix:
- env:
- CONFIG="--python=/usr/bin/python3 --target-list=x86_64-softmmu,mips-softmmu,mips64el-softmmu,aarch64-softmmu,arm-softmmu,s390x-softmmu,alpha-softmmu"
- TEST_CMD="make check-acceptance"
after_failure:
- cat tests/results/latest/job.log
addons:
apt:
packages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment