d/tests/build: Show commands before they are executed
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
1
debian/tests/build
vendored
@ -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 () {
|
||||||
|
|||||||
Reference in New Issue
Block a user