From 83ffb3ea02eac7e2634f2f61c80f2792d185562a Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 23 Apr 2018 02:16:04 +0300 Subject: Use the correct file path. Not the wrong one. --- run_unittests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_unittests.py') diff --git a/run_unittests.py b/run_unittests.py index c507a0c..5fdc8c7 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -2964,7 +2964,7 @@ class LinuxArmCrossCompileTests(BasePlatformTests): https://github.com/mesonbuild/meson/issues/3089 ''' testdir = os.path.join(self.unit_test_dir, '29 cross file overrides always args') - self.meson_cross_file = os.path.join(self.unit_test_dir, 'ubuntu-armhf-overrides.txt') + self.meson_cross_file = os.path.join(testdir, 'ubuntu-armhf-overrides.txt') self.init(testdir) compdb = self.get_compdb() self.assertRegex(compdb[0]['command'], '-D_FILE_OFFSET_BITS=64.*-U_FILE_OFFSET_BITS') -- cgit v1.1