On Thu, Jan 15, 2015 at 01:44:34PM +0800, Fam Zheng wrote:
> There is a bug in the recently added sys.platform test and we no longer
> run python tests, because "linux2" is the value to compare here. So do a
> prefix match, although the python documentation claims Linux is always
> linux2.
It woul
There is a bug in the recently added sys.platform test and we no longer
run python tests, because "linux2" is the value to compare here. So do a
prefix match, although the python documentation claims Linux is always
linux2.
Signed-off-by: Fam Zheng
---
tests/qemu-iotests/iotests.py | 2 +-
1 fil