mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
tools/build_protobuf: don't compare __pycache__
This commit is contained in:
parent
1fc6c80b5d
commit
90f23afb72
@ -99,7 +99,7 @@ do_check() {
|
||||
|
||||
cp -rT "$DESTDIR" "$TMPDIR"
|
||||
do_rebuild "$TMPDIR" "$@"
|
||||
DIFF=$(diff -ur "$DESTDIR" "$TMPDIR")
|
||||
DIFF=$(diff -ur --exclude __pycache__ "$DESTDIR" "$TMPDIR")
|
||||
rm -r "$TMPDIR"
|
||||
if [ -n "$DIFF" ]; then
|
||||
echo "$DIFF"
|
||||
|
Loading…
Reference in New Issue
Block a user