aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-04-23 02:16:04 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-04-23 02:16:30 +0300
commit83ffb3ea02eac7e2634f2f61c80f2792d185562a (patch)
tree2d7e1ed6a63343c97e66e2efdb6d94de1e09b7eb /run_unittests.py
parent824650411eacd8b0e64036705859164112bf51d3 (diff)
downloadmeson-83ffb3ea02eac7e2634f2f61c80f2792d185562a.zip
meson-83ffb3ea02eac7e2634f2f61c80f2792d185562a.tar.gz
meson-83ffb3ea02eac7e2634f2f61c80f2792d185562a.tar.bz2
Use the correct file path. Not the wrong one.
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py2
1 files changed, 1 insertions, 1 deletions
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')