| Index: expect_tests/pipeline.py
|
| diff --git a/expect_tests/pipeline.py b/expect_tests/pipeline.py
|
| index 373c77cbf3fc7601c6fb1967a6a53dc576ac1276..e31a947996f5b5efb4072caa32ed01b6e7bdf098 100644
|
| --- a/expect_tests/pipeline.py
|
| +++ b/expect_tests/pipeline.py
|
| @@ -329,8 +329,8 @@ def run_loop_process(test_queue, result_queue, opts,
|
| """
|
| logstream.reset()
|
| try:
|
| - with run_ctx(subtest):
|
| - with cover_ctx.update(include=subtest.coverage_includes()):
|
| + with cover_ctx.update(include=subtest.coverage_includes()):
|
| + with run_ctx(subtest):
|
| with use_chdir(cwd):
|
| subresult = subtest.run()
|
|
|
|
|