mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[#437] shellcheck fix
This commit is contained in:
@@ -158,10 +158,9 @@ _add_test_case() {
|
||||
local xml=${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_tag
|
||||
local failure
|
||||
if test "${result}" = 'success'; then
|
||||
closing_backslash=' /'
|
||||
else
|
||||
|
Reference in New Issue
Block a user