]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #54567 - tromey:paths-in-stamp-hashes, r=Mark-Simulacrum
authorkennytm <kennytm@gmail.com>
Sat, 29 Sep 2018 05:21:12 +0000 (13:21 +0800)
committerGitHub <noreply@github.com>
Sat, 29 Sep 2018 05:21:12 +0000 (13:21 +0800)
Include path in stamp hash for debuginfo tests

The debuginfo tests are exposed to the environment in a couple of
ways: the path to the gdb executable matters, as does the Python path
used when loading lldb.

This patch incorporates these paths into the hash that is written to
the stamp file, so that changing the path will cause the tests to be
re-run.

1  2 
src/tools/compiletest/src/runtest.rs

Simple merge