Skip to content

Commit e282fd0

Browse files
committed
Include --run in stamp hash
1 parent 0b2e908 commit e282fd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/compiletest/src/runtest.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ pub fn run(config: Config, testpaths: &TestPaths, revision: Option<&str>) {
259259
pub fn compute_stamp_hash(config: &Config) -> String {
260260
let mut hash = DefaultHasher::new();
261261
config.stage_id.hash(&mut hash);
262+
config.run.hash(&mut hash);
262263

263264
match config.debugger {
264265
Some(Debugger::Cdb) => {

0 commit comments

Comments
 (0)