mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-23 12:14:15 +08:00
Run hello_ll single-threaded explicitly.
This commit is contained in:
parent
a1e1e8cdc4
commit
9620fa7954
@ -31,6 +31,9 @@ def test_hello(tmpdir, name):
|
||||
mnt_dir = str(tmpdir)
|
||||
cmdline = [os.path.join(basename, 'example', name),
|
||||
'-f', mnt_dir ]
|
||||
if name == 'hello_ll':
|
||||
# supports single-threading only
|
||||
cmdline.append('-s')
|
||||
mount_process = subprocess.Popen(cmdline)
|
||||
try:
|
||||
wait_for_mount(mount_process, mnt_dir)
|
||||
|
Loading…
Reference in New Issue
Block a user