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