Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Jul 26, 2024
1 parent ce5fd8c commit bf04a91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/tests/snm_install_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ fn test_install_node() -> Result<(), Box<dyn Error>> {

let new_path: String = format!("{}:{}", c.display().to_string(), original_path);

println!("New path: {}", new_path);

let envs = vec![
("PATH", new_path),
("SNM_HOME_DIR", dir.display().to_string()),
Expand Down

0 comments on commit bf04a91

Please sign in to comment.