about summary refs log tree commit diff
path: root/tests/rustdoc-gui/source-code-page-code-scroll.goml
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2025-02-23 19:11:37 +0100
committerнаб <nabijaczleweli@nabijaczleweli.xyz>2025-02-23 19:11:37 +0100
commit097d64205a67d6582dc28e85cdca8a9f53c310e9 (patch)
tree9481fb9740eec44e9bc367a45a1772de27e9e791 /tests/rustdoc-gui/source-code-page-code-scroll.goml
parentb522e7c5ea8334fbccb9dd7f9b33759304743fd0 (diff)
downloadrust-097d64205a67d6582dc28e85cdca8a9f53c310e9.tar.gz
rust-097d64205a67d6582dc28e85cdca8a9f53c310e9.zip
configure.py: don't instruct user to run nonexistent program
$ ./configure
configure: processing command line
configure:
configure: build.configure-args := []
configure: profile              := dist
configure:
configure: writing `config.toml` in current directory
configure:
configure: run `python /mnt/filling/store/nabijaczleweli/code/rust/x.py --help`

This is naturally not valid since I don't have a "python" executable
(and this will hopefully become more and more true as Python 2 dies out).

./configure knows this since it does try python3 "$@", then python2.7 &c.

After, this now says
  configure: run `python3 /mnt/filling/store/nabijaczleweli/code/rust/x.py --help`
which is possible, and corresponds to the interpreter actually running.
Diffstat (limited to 'tests/rustdoc-gui/source-code-page-code-scroll.goml')
0 files changed, 0 insertions, 0 deletions