Skip to content

Commit

Permalink
aux-bin: Avoid old .so files from old tests; clean auxiliary dir root
Browse files Browse the repository at this point in the history
  • Loading branch information
Enselic committed Apr 29, 2024
1 parent 448d527 commit de3eff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/compiletest/src/runtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2140,6 +2140,7 @@ impl<'test> TestCx<'test> {

if !self.props.aux_bins.is_empty() {
let aux_bin_dir = self.aux_bin_output_dir_name();
remove_and_create_dir_all(&aux_dir);
remove_and_create_dir_all(&aux_bin_dir);
}

Expand Down

0 comments on commit de3eff7

Please sign in to comment.