Skip to content

Commit

Permalink
Merge branch 'main' into ceyhun/bridge_backend_support
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhunsen committed Oct 3, 2024
2 parents de83e7f + a0d971c commit 4aa7571
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test_case.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ fn create_dirs(base_dir: &Path) -> Result<[PathBuf; 7]> {
}

fn copy_genesis_dir(genesis_dir: &Option<String>, target_dir: &Path) -> std::io::Result<()> {
println!("1");
let genesis_dir =
genesis_dir
.as_ref()
Expand All @@ -347,6 +346,5 @@ fn copy_genesis_dir(genesis_dir: &Option<String>, target_dir: &Path) -> std::io:
}
});

println!("2");
copy_directory(genesis_dir, target_dir)
}

0 comments on commit 4aa7571

Please sign in to comment.