diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2018-11-29 17:00:23 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-06 12:19:29 +0100 |
commit | a9ade5470755a646a6153bc2a86cb442d6b0776c (patch) | |
tree | 64107167f87e4a4a5281cf712f34acfd3ac08b53 | |
parent | c326ae2e75d655798b4fc19e97084175e6e3d5ad (diff) | |
download | meson-a9ade5470755a646a6153bc2a86cb442d6b0776c.zip meson-a9ade5470755a646a6153bc2a86cb442d6b0776c.tar.gz meson-a9ade5470755a646a6153bc2a86cb442d6b0776c.tar.bz2 |
Should fix azure
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index 30a8e8f..0cbfc86 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -3213,7 +3213,7 @@ recommended as it is not supported on some platforms''') self.assertDictEqual(buildopts_to_find, {}) # Check buildsystem_files - self.assertListEqual(res['buildsystem_files'], ['meson.build', 'sharedlib/meson.build', 'staticlib/meson.build']) + self.assertPathListEqual(res['buildsystem_files'], ['meson.build', 'sharedlib/meson.build', 'staticlib/meson.build']) # Check dependencies dependencies_to_find = ['threads'] |