Skip to content

Commit 43b94ee

Browse files
Ensure the current dir is printed on CI
1 parent c266015 commit 43b94ee

File tree

1 file changed

+1
-1
lines changed
  • aggregation_mode/proof_aggregator/src/backend

1 file changed

+1
-1
lines changed

aggregation_mode/proof_aggregator/src/backend/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ mod tests {
394394

395395
let current_dir = env!("CARGO_MANIFEST_DIR");
396396

397-
info!("Current dir for tests: {}", current_dir);
397+
panic!("Current dir for tests: {}", current_dir);
398398

399399
// Check that the config file paths exist
400400
let ecdsa_key_path =

0 commit comments

Comments
 (0)