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/changelog vendored
View File

@ -5,6 +5,7 @@ gtk+3.0 (3.24.13-2) UNRELEASED; urgency=medium
by Steve Langasek by Steve Langasek
* d/tests/build: Fix shellcheck warnings * d/tests/build: Fix shellcheck warnings
* d/tests/build: Remove trailing whitespace * d/tests/build: Remove trailing whitespace
* d/tests/build: Show commands before they are executed
-- Simon McVittie <smcv@debian.org> Thu, 12 Dec 2019 16:32:10 +0000 -- Simon McVittie <smcv@debian.org> Thu, 12 Dec 2019 16:32:10 +0000

1
debian/tests/build vendored
View File

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