d/tests: Make tests shellcheck-clean

This commit is contained in:
Simon McVittie 2019-12-14 11:29:18 +00:00
parent abe5d80192
commit 0d386e5236
2 changed files with 4 additions and 3 deletions

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ ostree (2019.6-1) UNRELEASED; urgency=medium
- d/libostree-1-1.symbols: Update
* d/tests/build: Use correct compiler for proposed autopkgtest
cross-architecture testing support
* d/tests: Make tests shellcheck-clean
-- Simon McVittie <smcv@debian.org> Sat, 14 Dec 2019 10:52:40 +0000

View File

@ -11,9 +11,7 @@ unset http_proxy
unset https_proxy
unset no_proxy
e=0
tests="$(gnome-desktop-testing-runner -l libostree | while read t; do
tests="$(gnome-desktop-testing-runner -l libostree | while read -r t; do
t="${t%% *}"
case "$t" in
@ -27,4 +25,6 @@ tests="$(gnome-desktop-testing-runner -l libostree | while read t; do
echo "$t"
done)"
# Deliberately word-splitting
# shellcheck disable=SC2046
exec gnome-desktop-testing-runner $tests