Skip to content

Commit

Permalink
print manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
Brechtpd committed Apr 4, 2024
1 parent e81ae29 commit 16b60b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion provers/sgx/prover/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,10 @@ fn print_output(output: &Output, name: &str) {

fn print_dirs() {
println!("SGX output directories:");
for dir in [PRIVATE_KEY.get().unwrap()] {
for dir in [
GRAMINE_MANIFEST_TEMPLATE.get().unwrap(),
PRIVATE_KEY.get().unwrap(),
] {
println!(" {:?}", dir);
}
}

0 comments on commit 16b60b7

Please sign in to comment.