Skip to content

Commit

Permalink
lit-test: use coverage in parallel mode.
Browse files Browse the repository at this point in the history
whitequark committed Dec 3, 2015
1 parent 3bc119f commit 0d90d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lit-test/test/lit.cfg
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ python_executable = 'python3.5'

harness = os.path.join(root, 'harness.py')
if os.getenv('COVERAGE'):
harness = 'coverage run --append --source=artiq {}'.format(harness)
harness = 'coverage run --parallel-mode --source=artiq {}'.format(harness)
config.environment['COVERAGE_FILE'] = os.path.join(root, '..', '.coverage')
config.substitutions.append( ('%python', harness) )
else:

0 comments on commit 0d90d88

Please sign in to comment.