]> Git Repo - qemu.git/commit
iotests.py: Fix VM.run_job
authorMax Reitz <[email protected]>
Wed, 15 May 2019 20:15:02 +0000 (22:15 +0200)
committerKevin Wolf <[email protected]>
Mon, 20 May 2019 15:08:57 +0000 (17:08 +0200)
commit86a4f599a67b9b709109c7a7c8b7eb91d21c21fd
treebd91f2b725eae2a3e668e1d0c76f7a8417c829b1
parenta93a42bd918fdbc3e64f6b88c87ccbd6cc09c971
iotests.py: Fix VM.run_job

log() is in the current module, there is no need to prefix it.  In fact,
doing so may make VM.run_job() unusable in tests that never use
iotests.log() themselves.

Signed-off-by: Max Reitz <[email protected]>
Reviewed-by: Alberto Garcia <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
tests/qemu-iotests/iotests.py
This page took 0.025859 seconds and 4 git commands to generate.