diff options
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py index 36d899a..21d029d 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') |