From 9620fa7954070b9219fa0fda8d9861f07ccdacf0 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 2 Oct 2016 20:34:31 -0700 Subject: Run hello_ll single-threaded explicitly. --- test/test_examples.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/test_examples.py b/test/test_examples.py index 31d2fae..14cac4a 100755 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -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) -- cgit v1.2.3