]> Git Repo - qemu.git/commit
iotests: handle TypeError for Python 3 in test 242
authorAndrey Shinkevich <[email protected]>
Tue, 26 Feb 2019 16:11:35 +0000 (19:11 +0300)
committerEric Blake <[email protected]>
Tue, 26 Feb 2019 16:37:06 +0000 (10:37 -0600)
commit42eb4591febefad29fc995785ce11a475fb47d90
tree3ab5b5b68dfd015d85dac96dead2e08d21c8d6e1
parentd88d85f1f0625d57e9f354aa0874c4c8b5d1fb47
iotests: handle TypeError for Python 3 in test 242

The data type for bytes in Python 3 differs from the one in Python 2.
The type cast that is compatible with both versions was applied.

Signed-off-by: Nir Soffer <[email protected]>
Signed-off-by: Andrey Shinkevich <[email protected]>
Reported-by: Kevin Wolf <[email protected]>
Message-Id: <1551197495[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Eric Blake <[email protected]>
tests/qemu-iotests/242
This page took 0.024963 seconds and 4 git commands to generate.