Skip to content

Commit

Permalink
Remove temporary out.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Nov 25, 2022
1 parent c352e1c commit 9285031
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/integration/cli/tests/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,7 @@ fn test_wasmer_create_exe_pirita_works() -> anyhow::Result<()> {
"packaging /package to .tar.gz: {}",
tmp_targz_path.display()
);
package_directory(
&package_path,
&std::path::Path::new("./out.tar.gz").to_path_buf(),
);
std::fs::copy("./out.tar.gz", &tmp_targz_path).unwrap();
package_directory(&package_path, &tmp_targz_path);
println!("packaging done");
println!(
"tmp tar gz path: {} - exists: {:?}",
Expand Down

0 comments on commit 9285031

Please sign in to comment.