forked from josch/mmdebstrap
coverage.sh: output diff to stderr prevent interleaving with sh -x output
This commit is contained in:
parent
7044baf6b1
commit
3a9ba24d12
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ if [ $variant = - ]; then
|
|||
fi
|
||||
|
||||
# check if the file content differs
|
||||
diff --unified --no-dereference --recursive /tmp/debian-$dist-debootstrap /tmp/debian-$dist-mm
|
||||
diff --unified --no-dereference --recursive /tmp/debian-$dist-debootstrap /tmp/debian-$dist-mm >&2
|
||||
|
||||
# check permissions, ownership, symlink targets, modification times using tar
|
||||
# directory mtimes will differ, thus we equalize them first
|
||||
|
|
Loading…
Reference in a new issue