On 5/13/22 02:06, John Snow wrote:
# called from the source tree
- self.source_iotests = os.getcwd()
+ self.source_iotests = str(Path(__file__, '../').resolve())
'../' could be just '..', otherwise Reviewed-by: Paolo Bonzini <[email protected]> Paolo
