summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun_unittests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py
index 36d899a90..21d029d66 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -334,6 +334,8 @@ class LinuxlikeTests(unittest.TestCase):
self.init(testdir)
cmds = self.get_meson_log_compiler_checks()
for cmd in cmds:
+ if cmd[0] == 'ccache':
+ cmd = cmd[1:]
# Verify that -I flags from the `args` kwarg are first
# This is set in the '43 has function' test case
self.assertEqual(cmd[2], '-I/tmp')