diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/test_examples.py | 2 |
1 files changed, 2 insertions, 0 deletions
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') |