Skip to content

Commit

Permalink
Try debug where the file is written to
Browse files Browse the repository at this point in the history
  • Loading branch information
ktdlr committed Oct 28, 2024
1 parent 3a87a6f commit 04ee093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ciphernode/config/src/app_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ mod tests {
fn test_config() {
Jail::expect_with(|jail| {
let home = format!("{}", jail.directory().to_string_lossy());
println!(">>> HOME: {}", &home);
jail.set_env("HOME", &home);

let filename = format!("{}/.config/enclave/config.yaml", home);
Expand Down

0 comments on commit 04ee093

Please sign in to comment.