Skip to content

Commit 546f407

Browse files
committed
s
1 parent d6a956b commit 546f407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cli/testutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def run_cppcheck():
215215

216216
return_code, stdout, stderr = run_cppcheck()
217217

218-
if 'TEST_CPPCHECK_INJECT_BUILDDIR' in os.environ:
218+
if builddir_tmp:
219219
# run it again with the generated cache and make sure the output is identical
220220

221221
def get_cache_contents():

0 commit comments

Comments
 (0)