Skip to content

Commit

Permalink
[do not merge] debugging weird snapshot_009_pos issue
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
  • Loading branch information
cyphar committed Feb 23, 2022
1 parent 4d7c460 commit 1d90061
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/zfs-tests/include/libtest.shlib
Original file line number Diff line number Diff line change
Expand Up @@ -4362,6 +4362,10 @@ function directory_diff # dir_a dir_b
rv=0
if [ -n "$diff" ]; then
echo "$diff"
echo "~~~ $dir_a ~~~"
find "$dir_a"
echo "~~~ $dir_b ~~~"
find "$dir_b"
rv=1
fi
return $rv
Expand Down

0 comments on commit 1d90061

Please sign in to comment.