mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[#437] shellcheck fix
This commit is contained in:
@@ -158,10 +158,9 @@ _add_test_case() {
|
|||||||
local xml=${1}; shift
|
local xml=${1}; shift
|
||||||
local now=${1}; shift
|
local now=${1}; shift
|
||||||
|
|
||||||
# Determine the test case tag and, in case of failure - the failure tag.
|
# Determine the test case tag.
|
||||||
local closing_backslash
|
local closing_backslash
|
||||||
local closing_tag
|
local closing_tag
|
||||||
local failure
|
|
||||||
if test "${result}" = 'success'; then
|
if test "${result}" = 'success'; then
|
||||||
closing_backslash=' /'
|
closing_backslash=' /'
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user