[PATCH] travis.yml: Set G_MESSAGES_DEBUG do report GLib errors

Philippe Mathieu-Daudé posted 1 patch 5 years, 10 months ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200316101544.22361-1-philmd@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Fam Zheng <fam@euphon.net>, "Philippe Mathieu-Daudé" <philmd@redhat.com>
.travis.yml | 1 +
1 file changed, 1 insertion(+)
[PATCH] travis.yml: Set G_MESSAGES_DEBUG do report GLib errors
Posted by Philippe Mathieu-Daudé 5 years, 10 months ago
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


Re: [PATCH] travis.yml: Set G_MESSAGES_DEBUG do report GLib errors
Posted by Alex Bennée 5 years, 10 months ago
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