mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 01:19:23 +01:00
test-runner: set msize for --monitor
This was added for logging but --monitor suffers the same warning without setting msize as well.
This commit is contained in:
parent
ba5bc1f5b3
commit
75b20ff1d0
@ -1379,7 +1379,7 @@ def run_tests():
|
||||
os.remove(f)
|
||||
elif args.monitor:
|
||||
parent = os.path.abspath(os.path.join(args.monitor, os.pardir))
|
||||
mount('mondir', parent, '9p', 0, 'trans=virtio,version=9p2000.L')
|
||||
mount('mondir', parent, '9p', 0, 'trans=virtio,version=9p2000.L,msize=10240')
|
||||
|
||||
if config.ctx.args.unit_tests is None:
|
||||
run_auto_tests(config.ctx, args)
|
||||
|
Loading…
Reference in New Issue
Block a user