We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84946a9 commit d1dada3Copy full SHA for d1dada3
test/cli/metrics_test.py
@@ -46,6 +46,7 @@ def test_dummy_metrics_xml_report(tmpdir):
46
f'--output-file={output_file}',
47
f'--addon={addon_path}',
48
'--xml-version=3',
49
+ '--no-cppcheck-build-dir', # TODO: fails to run with TEST_CPPCHECK_INJECT_BUILDDIR see #14470
50
source_path
51
]
52
@@ -66,6 +67,7 @@ def test_dummy_metrics_stdout(tmpdir):
66
67
args = [
68
69
70
71
72
73
0 commit comments