d/tests: Make tests shellcheck-clean
This commit is contained in:
parent
abe5d80192
commit
0d386e5236
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue