Skip to content

Commit

Permalink
Change libaux directory to fix aux crate tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
crnobog committed Jul 22, 2013
1 parent 52b7fc1 commit 4639475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiletest/runtest.rs
Expand Up @@ -681,7 +681,7 @@ fn make_out_name(config: &config, testfile: &Path, extension: &str) -> Path {
}

fn aux_output_dir_name(config: &config, testfile: &Path) -> Path {
output_base_name(config, testfile).with_filetype("libaux")
Path(output_base_name(config, testfile).to_str() + ".libaux")
}

fn output_testname(testfile: &Path) -> Path {
Expand Down

5 comments on commit 4639475

@bors
Copy link
Contributor

@bors bors commented on 4639475 Jul 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from cmr
at crnobog@4639475

@bors
Copy link
Contributor

@bors bors commented on 4639475 Jul 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging crnobog/rust/auxfiles-path-windows = 4639475 into auto

@bors
Copy link
Contributor

@bors bors commented on 4639475 Jul 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

crnobog/rust/auxfiles-path-windows = 4639475 merged ok, testing candidate = 5c4cd30

@bors
Copy link
Contributor

@bors bors commented on 4639475 Jul 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 5c4cd30

Please sign in to comment.