Whamcloud - gitweb
LU-13960 tests: correct usage of _var variable 91/39891/3
authorJames Nunez <jnunez@whamcloud.com>
Sat, 12 Sep 2020 18:04:02 +0000 (12:04 -0600)
committerOleg Drokin <green@whamcloud.com>
Sat, 19 Sep 2020 14:13:00 +0000 (14:13 +0000)
commitff29ed8fe9c58bd2caa4d63bcbe7556e1c320703
tree6d19bee811454da7104ab48e71725f71c42d7aa9
parentca754ec8b43416d41bbd401bad7d9f93746fb867
LU-13960 tests: correct usage of _var variable

In the setmodopts() function in functions.sh, the '_var'
variable is set and used.  There is one use of the variable
'var' which should be '_var'.  Change the use of 'var' to
'_var'.

Test-Parameters: trivial
Test-Parameters: testlist=conf-sanity env=ONLY=53 clientdistro=ubuntu2004 fstype=ldiskfs
Test-Parameters: testlist=conf-sanity env=ONLY=53 clientdistro=ubuntu1804 fstype=ldiskfs
Test-Parameters: testlist=conf-sanity env=ONLY=53 clientdistro=el7.8 fstype=ldiskfs
Signed-off-by: James Nunez <jnunez@whamcloud.com>
Change-Id: If524be1f0b4b2170a514a558256a5308c9a5e586
Reviewed-on: https://review.whamcloud.com/39891
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
Reviewed-by: Vikentsi Lapa <vlapa@whamcloud.com>
lustre/tests/functions.sh