Skip to content

Commit b993459

Browse files
committed
---
yaml --- r: 275225 b: refs/heads/stable c: d21434c h: refs/heads/master i: 275223: adad950
1 parent f4648d4 commit b993459

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: c0221c8897db309a79990367476177b1230bb264
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: a04b4b62139666507a364afa902996563c41159c
32+
refs/heads/stable: d21434c9ca5ee4f091b56f86a3e789c806be681d
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
3434
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
3535
refs/tags/1.2.0: f557861f822c34f07270347b94b5280de20a597e

branches/stable/src/compiletest/runtest.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,8 @@ fn output_testname(filepath: &Path) -> PathBuf {
15201520

15211521
fn output_base_name(config: &Config, testpaths: &TestPaths) -> PathBuf {
15221522
let dir = config.build_base.join(&testpaths.relative_dir);
1523-
fs::create_dir_all(&dir).unwrap();
1523+
1524+
// Note: The directory `dir` is created during `collect_tests_from_dir`
15241525
dir
15251526
.join(&output_testname(&testpaths.file))
15261527
.with_extension(&config.stage_id)

0 commit comments

Comments
 (0)