diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2018-04-27 11:03:50 -0400 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2018-04-27 11:09:14 -0400 |
commit | 5970f1be3c5299851f4e2c7e70e3f8c9975391ab (patch) | |
tree | bbdf0d923225fc39a41288c21270a6ffa048c23b /mesonbuild/scripts/depfixer.py | |
parent | 570c108635ca4b895330a6794061014c278886f8 (diff) | |
download | meson-5970f1be3c5299851f4e2c7e70e3f8c9975391ab.zip meson-5970f1be3c5299851f4e2c7e70e3f8c9975391ab.tar.gz meson-5970f1be3c5299851f4e2c7e70e3f8c9975391ab.tar.bz2 |
Passing --bindir twice is fine
Unit test was asserting that
"meson --bindir=foo --bindir=bar" must succeed and
"meson configure --bindir=foo --bindir=bar" must fail.
There should be no difference between those 2 command lines.
In this case it's fine to have it twice because there is no ambiguity,
second overrides the first, that's done by python's argparse.
Diffstat (limited to 'mesonbuild/scripts/depfixer.py')
0 files changed, 0 insertions, 0 deletions