Whamcloud - gitweb
LU-11010 tests: remove return after skip for conf-sanity 35/32735/7
authorJames Nunez <jnunez@whamcloud.com>
Wed, 27 Jun 2018 15:52:22 +0000 (09:52 -0600)
committerOleg Drokin <green@whamcloud.com>
Sun, 3 Mar 2019 00:20:50 +0000 (00:20 +0000)
commit915b16cf1278026a9f914f268e8cdfb578d929c4
tree8f4895d8afc428924c2874dd28b94683458e2324
parent99d7a8ed43be126b2769ad8bb0b5350cd328ed7f
LU-11010 tests: remove return after skip for conf-sanity

The skip() routine now contains a call to exit. All calls
to skip() and skip_env() should be reviewed and calls to
return() that followed skip() should be removed.

This is the fifth patch in a series of patches that
remove calls to return() after skip() in the Lustre test
suites.

A comment is added to skip_env() defining when it should
be used.

Calls to return() after skip() are removed for:
conf-sanity.sh
functions.sh

Signed-off-by: James Nunez <jnunez@whamcloud.com>
Change-Id: Idbcdffda38aaac07f128ae42a2ffcda8986afc33
Reviewed-on: https://review.whamcloud.com/32735
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Emoly Liu <emoly@whamcloud.com>
Reviewed-by: Quentin Bouget <quentin.bouget@cea.fr>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/conf-sanity.sh
lustre/tests/functions.sh
lustre/tests/test-framework.sh