* [PATCH] travis.yml: Set G_MESSAGES_DEBUG do report GLib errors
@ 2020-03-16 10:15 Philippe Mathieu-Daudé
2020-03-16 12:14 ` Alex Bennée
0 siblings, 1 reply; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-03-16 10:15 UTC (permalink / raw)
To: qemu-devel
Cc: Fam Zheng, Philippe Mathieu-Daudé, Alex Bennée,
Daniel P . Berrange, Markus Armbruster
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>
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
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:
--
2.21.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] travis.yml: Set G_MESSAGES_DEBUG do report GLib errors
2020-03-16 10:15 [PATCH] travis.yml: Set G_MESSAGES_DEBUG do report GLib errors Philippe Mathieu-Daudé
@ 2020-03-16 12:14 ` Alex Bennée
0 siblings, 0 replies; 2+ messages in thread
From: Alex Bennée @ 2020-03-16 12:14 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: Fam Zheng, Daniel P . Berrange, qemu-devel, Markus Armbruster
Philippe Mathieu-Daudé <philmd@redhat.com> writes:
> 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>
Queued to testing/next, thanks.
> ---
> .travis.yml | 1 +
> 1 file changed, 1 insertion(+)
>
> 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:
--
Alex Bennée
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-16 15:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-16 10:15 [PATCH] travis.yml: Set G_MESSAGES_DEBUG do report GLib errors Philippe Mathieu-Daudé
2020-03-16 12:14 ` Alex Bennée
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).