Skip to content

Commit 1d30174

Browse files
committed
s
1 parent e0ba1ee commit 1d30174

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
@@ -217,7 +217,7 @@ def run_cppcheck():
217217

218218
return_code, stdout, stderr = run_cppcheck()
219219

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

223223
def get_cache_contents():

0 commit comments

Comments
 (0)