]> git.proxmox.com Git - mirror_qemu.git/commit
docker: fail more gracefully on docker.py check
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 9 Jul 2018 13:08:25 +0000 (14:08 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 24 Jul 2018 10:45:25 +0000 (11:45 +0100)
commit43e1b2ffec8cf1741f1ccae56503803d9b8c38d1
treedd5b2cb902eb4e885bf8822c0ee4e6bde11616e6
parentbe5e1f527abb26414a3b67882669b15649ade593
docker: fail more gracefully on docker.py check

As this is called directly from the Makefile while determining
dependencies and it is possible the user was configured in one window
but not have credentials in the other. Let's catch the Exceptions and
deal with it quietly.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
tests/docker/docker.py