d/tests/build: Show commands before they are executed

This commit is contained in:
Simon McVittie
2019-12-12 17:37:52 +00:00
parent bbea2704cd
commit aedcd59ed9
2 changed files with 2 additions and 0 deletions

1
debian/tests/build vendored
View File

@ -5,6 +5,7 @@
# Author: Martin Pitt <martin.pitt@ubuntu.com>
set -e
set -x
WORKDIR=$(mktemp -d)
cleanup () {