diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2022-06-26 21:27:09 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2022-06-26 21:27:09 -0600 |
commit | bfb830d024fd6309d81e20a7d21a2433c4ec9c93 (patch) | |
tree | 14c5ade187be28e1c5bb6e07fe916d76611ce7b5 /scripts/diff-dump-tree.sh | |
parent | 92bc32f6092a3500075a270cd1aeabfaaad96569 (diff) |
fixup dump-tree
Diffstat (limited to 'scripts/diff-dump-tree.sh')
-rwxr-xr-x | scripts/diff-dump-tree.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/diff-dump-tree.sh b/scripts/diff-dump-tree.sh index 588242f..9e650f3 100755 --- a/scripts/diff-dump-tree.sh +++ b/scripts/diff-dump-tree.sh @@ -1,4 +1,5 @@ #!/bin/bash +make -C ../btrfs-progs diff -u \ <(../btrfs-progs/btrfs inspect dump-tree --noscan ../scratch/new.img | sed -e 's/ UNKNOWN.0 / UNTYPED /g' -e 's/\b18446744073709551615\b/-1/g') \ <(go run ./cmd/btrfs-dump-tree/ ../scratch/new.img) |