mirror of
https://github.com/logos-storage/logos-storage-local-harness.git
synced 2026-01-03 22:13:09 +00:00
fix: disable linter false positive
This commit is contained in:
parent
4ee345889f
commit
adcf45d027
@ -42,6 +42,7 @@ setup() {
|
||||
@test "should modify the Codex log-level when specified" {
|
||||
cdx_set_log_level "DEBUG"
|
||||
|
||||
# shellcheck disable=SC2140
|
||||
assert_equal "$(cdx_cmdline 0)" "${_cdx_binary} --nat:none"\
|
||||
" --data-dir=${_cdx_output}/data/codex-0"\
|
||||
" --api-port=8080 --disc-port=8190 --log-level=DEBUG"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user