diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-03-03 22:12:31 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-03-03 23:19:04 +0100 |
commit | 7074f12644ae0ddc7f8d7471f776bce3375934d4 (patch) | |
tree | 6bfd86d2d81059ab48771752db0770045710e94e /run_unittests.py | |
parent | 185dc8c2e5d8e429f5d55d18800d6a4487194f09 (diff) | |
download | meson-7074f12644ae0ddc7f8d7471f776bce3375934d4.zip meson-7074f12644ae0ddc7f8d7471f776bce3375934d4.tar.gz meson-7074f12644ae0ddc7f8d7471f776bce3375934d4.tar.bz2 |
mintro: Renamed --dependencies --> --scan-dependencies
Diffstat (limited to 'run_unittests.py')
-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 d1bd201..c1337a3 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -3545,7 +3545,7 @@ recommended as it is not supported on some platforms''') def test_introspect_dependencies_from_source(self): testdir = os.path.join(self.unit_test_dir, '52 introspection') testfile = os.path.join(testdir, 'meson.build') - res_nb = self.introspect_directory(testfile, ['--dependencies'] + self.meson_args) + res_nb = self.introspect_directory(testfile, ['--scan-dependencies'] + self.meson_args) expected = [ { 'name': 'threads', |