Skip to content

Commit d1dada3

Browse files
committed
metric
1 parent 84946a9 commit d1dada3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/cli/metrics_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def test_dummy_metrics_xml_report(tmpdir):
4646
f'--output-file={output_file}',
4747
f'--addon={addon_path}',
4848
'--xml-version=3',
49+
'--no-cppcheck-build-dir', # TODO: fails to run with TEST_CPPCHECK_INJECT_BUILDDIR see #14470
4950
source_path
5051
]
5152

@@ -66,6 +67,7 @@ def test_dummy_metrics_stdout(tmpdir):
6667
args = [
6768
f'--addon={addon_path}',
6869
'--xml-version=3',
70+
'--no-cppcheck-build-dir', # TODO: fails to run with TEST_CPPCHECK_INJECT_BUILDDIR see #14470
6971
source_path
7072
]
7173

0 commit comments

Comments
 (0)