meson/test cases/unit/34 command line
Paulo Neves 07389e23bc coredata: CmdLineFileParser no longer interpolates strings.
Previously if a user tried to pass a command line build
option that contained a '%' character the command line
parser assumed that there was string interpolation to be
done. As there is no sense in such a scenario no code
provides any input for the interpolation. This then leads to
a failure.

In this commit we specifically override the defaults in
ConfigParser and set interpolation to None, which disables
command line build option interpolation.

Fixes #6157
2019-11-13 22:04:15 +02:00
..
subprojects/subp Condense test dirs. 2018-07-31 19:22:24 +03:00
meson.build Condense test dirs. 2018-07-31 19:22:24 +03:00
meson_options.txt coredata: CmdLineFileParser no longer interpolates strings. 2019-11-13 22:04:15 +02:00