Whamcloud - gitweb
LU-15358 tests: Variable incorrectly defined under sanityn 19/45819/2
authorArshad Hussain <arshad.hussain@aeoncomputing.com>
Fri, 10 Dec 2021 04:34:26 +0000 (10:04 +0530)
committerOleg Drokin <green@whamcloud.com>
Thu, 23 Dec 2021 07:21:26 +0000 (07:21 +0000)
commit3c0b60fbb7268ae1e0a8d6804d5bd2656b1ecfec
tree4c6e3ed36f57187b47bb41c7d33e110a36ac141d
parent9348b9a1e061243ff95c3b8bde69425829405efd
LU-15358 tests: Variable incorrectly defined under sanityn

Under sanityn.sh/print_jbd_stat() local variable
was incorrectly defined. This was exposed using
shellcheck.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In lustre/tests/sanityn.sh line 950:
local varcvs
      ^-- SC2034: varcvs appears unused. Verify it or export it.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Test-Parameters: trivial testlist=sanityn
Signed-off-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Change-Id: I7b2f62c15e420a4c6f5d71445a2e940816e20098
Reviewed-on: https://review.whamcloud.com/45819
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Nunez <jnunez@whamcloud.com>
lustre/tests/sanityn.sh