diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-02-19 08:34:16 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-02-20 23:32:04 +0530 |
commit | 79fcd7054d1f25936c559618b6b4349f9d5f5219 (patch) | |
tree | 02ff0e6965a451db0da3dc19afea4696e407512a /run_tests.py | |
parent | dabf0c1882772700fed2c6c18ca06919a8bc280d (diff) | |
download | meson-79fcd7054d1f25936c559618b6b4349f9d5f5219.zip meson-79fcd7054d1f25936c559618b6b4349f9d5f5219.tar.gz meson-79fcd7054d1f25936c559618b6b4349f9d5f5219.tar.bz2 |
tests/common/129: Fix configure_file invocation
There is no way for us to know that 'source.c' is a file in the source
tree if it's a string. It needs to be a file object.
This used to work earlier because we used to incorrectly run the
configure_file() command in the source dir (!) instead of the build
dir. This had nasty side-effects such as creating files in the source
tree unless you specified an absolute path...
Diffstat (limited to 'run_tests.py')
0 files changed, 0 insertions, 0 deletions