Searched hist:"0 b95ff72cb42567dd71685bfdafbcdcd9784ea83" (Results 1 – 1 of 1) sorted by relevance
/qemu/tests/docker/ |
H A D | docker.py | 0b95ff72cb42567dd71685bfdafbcdcd9784ea83 Wed Jul 12 07:55:28 UTC 2017 Fam Zheng <famz@redhat.com> docker.py: Improve subprocess exit code handling
A few error handlings are missing because we ignore the subprocess exit code, for example "docker build" errors are currently ignored.
Introduce _do_check() aside the existing _do() method and use it in a few places.
Signed-off-by: Fam Zheng <famz@redhat.com> Message-Id: <20170712075528.22770-3-famz@redhat.com> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Fam Zheng <famz@redhat.com>
|