Re: [Qemu-devel] [PATCH] iotests: Resolve test failures caused by hostname

2012-04-20 Thread Stefan Weil
Am 20.04.2012 12:59, schrieb Kevin Wolf: Am 20.04.2012 12:50, schrieb Andreas Färber: `hostname -s` may output an errror: hostname: Name or service not known This causes all tests to fail for `make check-block`. Suppress such error messages, letting the tests succeed. Signed-off-by: Andreas Fä

Re: [Qemu-devel] [PATCH] iotests: Resolve test failures caused by hostname

2012-04-20 Thread Kevin Wolf
Am 20.04.2012 12:50, schrieb Andreas Färber: > `hostname -s` may output an errror: > hostname: Name or service not known > This causes all tests to fail for `make check-block`. > > Suppress such error messages, letting the tests succeed. > > Signed-off-by: Andreas Färber Thanks, applied to the

[Qemu-devel] [PATCH] iotests: Resolve test failures caused by hostname

2012-04-20 Thread Andreas Färber
`hostname -s` may output an errror: hostname: Name or service not known This causes all tests to fail for `make check-block`. Suppress such error messages, letting the tests succeed. Signed-off-by: Andreas Färber --- tests/qemu-iotests/common.config |2 +- 1 files changed, 1 insertions(+),