diff options
author | Philippe Mathieu-Daudé | 2020-03-16 18:21:32 +0100 |
---|---|---|
committer | Alex Bennée | 2020-03-17 18:38:36 +0100 |
commit | 2dbd39c27d5dd1a3028a2f7ba8be8d7033176f53 (patch) | |
tree | 223c7d8bb80bd2844fdc502df9de580993a74a70 /.travis.yml | |
parent | tests/docker: Update VirGL to v0.8.0 (diff) | |
download | qemu-2dbd39c27d5dd1a3028a2f7ba8be8d7033176f53.tar.gz qemu-2dbd39c27d5dd1a3028a2f7ba8be8d7033176f53.tar.xz qemu-2dbd39c27d5dd1a3028a2f7ba8be8d7033176f53.zip |
travis.yml: Set G_MESSAGES_DEBUG do report GLib errors
Since commit f5852efa293 we can display GLib errors with the QEMU
error reporting API. Set it to the 'error' level, as this helps
understanding failures from QEMU calls to GLib on Travis-CI.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200316101544.22361-1-philmd@redhat.com>
Message-Id: <20200316172155.971-6-alex.bennee@linaro.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b92798ac3b..ccf68aa9ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,6 +79,7 @@ env: - MAIN_SOFTMMU_TARGETS="aarch64-softmmu,mips64-softmmu,ppc64-softmmu,riscv64-softmmu,s390x-softmmu,x86_64-softmmu" - CCACHE_SLOPPINESS="include_file_ctime,include_file_mtime" - CCACHE_MAXSIZE=1G + - G_MESSAGES_DEBUG=error git: |