Skip to content

Commit de3eff7

Browse files
committed
aux-bin: Avoid old .so files from old tests; clean auxiliary dir root
1 parent 448d527 commit de3eff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/compiletest/src/runtest.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2140,6 +2140,7 @@ impl<'test> TestCx<'test> {
21402140

21412141
if !self.props.aux_bins.is_empty() {
21422142
let aux_bin_dir = self.aux_bin_output_dir_name();
2143+
remove_and_create_dir_all(&aux_dir);
21432144
remove_and_create_dir_all(&aux_bin_dir);
21442145
}
21452146

0 commit comments

Comments
 (0)