Skip to content

Commit 4348daa

Browse files
authored
Merge pull request #170 from yizhanglinux/skip-reason-fix
nvme/rc: fix the skip reasons in _require_nvme_cli_tls
2 parents a69301b + 0695a23 commit 4348daa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/nvme

tests/nvme/rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ _require_nvme_cli_auth() {
177177

178178
_require_nvme_cli_tls() {
179179
if ! nvme gen-tls-key --subsysnqn nvmf-test-subsys > /dev/null 2>&1; then
180-
SKIP_REASON+=("nvme gen-tls-key command missing")
180+
SKIP_REASONS+=("nvme gen-tls-key command missing")
181181
return 1
182182
fi
183183
return 0

0 commit comments

Comments
 (0)