about summary refs log tree commit diff
path: root/src/test/run-pass/thinlto
diff options
context:
space:
mode:
authorAlexander Kuleshov <kuleshovmail@gmail.com>2017-10-10 16:36:53 +0600
committerAlexander Kuleshov <kuleshovmail@gmail.com>2017-10-11 00:00:18 +0600
commita84c62a7f13cd26faaf79a3a77d30706b73afaf8 (patch)
tree64589a96634a2f4229fa1c4ff73861696d605692 /src/test/run-pass/thinlto
parent13ae187043a73a07bc15f5856d1a8f7a737f244d (diff)
downloadrust-a84c62a7f13cd26faaf79a3a77d30706b73afaf8.tar.gz
rust-a84c62a7f13cd26faaf79a3a77d30706b73afaf8.zip
Fix path to x.py in configure.py script
We may see a help message in the end of the output of the ./configure script:

$ ./configure
configure: processing command line
configure:
configure: build.configure-args := []
configure:
configure: writing `config.toml` in current directory
configure:
configure: run `python ./src/bootstrap/x.py --help`
configure:

but the x.py script is actually in the rust root directory and
executing of such help string will give us error:

$ python ./src/bootstrap/x.py --help
python: can't open file './src/bootstrap/x.py': [Errno 2] No such file
or directory

This patch fixes path to the x.py script in the output of the ./configure
Diffstat (limited to 'src/test/run-pass/thinlto')
0 files changed, 0 insertions, 0 deletions