File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/tools/compiletest/src Expand file tree Collapse file tree 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> {
34443444 // ```
34453445 // base_dir/
34463446 // rmake.exe
3447- // scratch /
3447+ // rmake_out /
34483448 // ```
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.
34523452 //
3453- // This setup diverges from legacy Makefile run-make tests.
3453+ // This setup intentionally diverges from legacy Makefile run-make tests.
34543454 let base_dir = cwd. join ( self . output_base_name ( ) ) ;
34553455 if base_dir. exists ( ) {
34563456 self . aggressive_rm_rf ( & base_dir) . unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments