From 856c683c361cb1f3a176df331cbbac76c34402e7 Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Tue, 22 Mar 2022 19:55:36 +0100 Subject: passthrough_hp: Add options for clone_fd, max_threads, daemonize This is useful for benchmarking. Note: This changes behavior - passthrough_hp runs in background by default now. --- test/test_examples.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_examples.py') diff --git a/test/test_examples.py b/test/test_examples.py index cfce57c..c63ac11 100755 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -197,6 +197,8 @@ def test_passthrough_hp(short_tmpdir, cache, output_checker): [ pjoin(basename, 'example', 'passthrough_hp'), src_dir, mnt_dir ] + cmdline.append('--foreground') + if not cache: cmdline.append('--nocache') -- cgit v1.2.3