We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d7f58 commit 4a4541aCopy full SHA for 4a4541a
1 file changed
test/cli/qml_test.py
@@ -35,7 +35,7 @@ def __test_unused_functions(extra_args):
35
36
37
def test_unused_functions():
38
- __test_unused_functions(['-j1'])
+ __test_unused_functions(['-j1', '--no-cppcheck-build-dir'])
39
40
41
def test_unused_functions_j():
@@ -45,6 +45,7 @@ def test_unused_functions_j():
45
'--library=qt',
46
'--enable=unusedFunction',
47
'-j2',
48
+ '--no-cppcheck-build-dir',
49
__project_dir
50
]
51
ret, stdout, stderr = cppcheck(args)
0 commit comments