Skip to content

Commit e2a3647

Browse files
committed
test
Signed-off-by: onur-ozkan <[email protected]>
1 parent b55b638 commit e2a3647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/opt-dist/src/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub fn run_tests(env: &Environment) -> anyhow::Result<()> {
1515
// whether the optimization pipeline hasn't broken something.
1616
let build_dir = env.build_root().join("build");
1717
let dist_dir = build_dir.join("dist");
18-
let unpacked_dist_dir = build_dir.join("unpacked-dist");
18+
let unpacked_dist_dir = build_dir.join("cache/unpacked-dist");
1919
std::fs::create_dir_all(&unpacked_dist_dir)?;
2020

2121
let extract_dist_dir = |name: &str| -> anyhow::Result<Utf8PathBuf> {

0 commit comments

Comments
 (0)