File tree 1 file changed +5
-5
lines changed
src/tools/compiletest/src
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3444,13 +3444,13 @@ impl<'test> TestCx<'test> {
3444
3444
// ```
3445
3445
// base_dir/
3446
3446
// rmake.exe
3447
- // scratch /
3447
+ // rmake_out /
3448
3448
// ```
3449
- // having the executable separate from the scratch directory allows the recipes to
3450
- // `remove_dir_all(scratch )` without running into permission denied issues because
3451
- // the executable is not under the `scratch /` directory.
3449
+ // having the executable separate from the output artifacts directory allows the recipes to
3450
+ // `remove_dir_all($TMPDIR )` without running into permission denied issues because
3451
+ // the executable is not under the `rmake_out /` directory.
3452
3452
//
3453
- // This setup diverges from legacy Makefile run-make tests.
3453
+ // This setup intentionally diverges from legacy Makefile run-make tests.
3454
3454
let base_dir = cwd. join ( self . output_base_name ( ) ) ;
3455
3455
if base_dir. exists ( ) {
3456
3456
self . aggressive_rm_rf ( & base_dir) . unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments