Skip to content

Commit

Permalink
slightly more info for debugging osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythra committed Jan 14, 2025
1 parent 415ee8f commit 4aeea9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cat-dev/src/fsemul/host_filesystem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1059,8 +1059,9 @@ mod unit_tests {
] {
assert!(
fs.resolve_path(&format!("{dir}")).is_ok(),
"Failed to resolve: `{}`",
"Failed to resolve: `{}`: {:?}",
dir,
fs.resolve_path(&format!("{dir}"))
);
assert!(
fs.resolve_path(&format!("{dir}/")).is_ok(),
Expand Down

0 comments on commit 4aeea9f

Please sign in to comment.