Fix unset RC_FILE_PATH in Scripts 75/59275/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 28 Jun 2018 22:28:27 +0000 (15:28 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 28 Jun 2018 22:28:27 +0000 (15:28 -0700)
commit5d442cc229ceb491f86fe8247dbeba7b86ee23f0
treeb17daca2b1ec3be17df4569ac2b86c96afaa1b3e
parent0f8bd836b9b6d1017a5564cc0e9a3beae4736436
Fix unset RC_FILE_PATH in Scripts

Even though RC_FILE_PATH is defined in Jenkins as passed in as a
parameter, bash still sees it as unset. Removing the 'nounset' option
from these scripts should allow the check to success (RC_FILE_PATH set
to blank).

Change-Id: Ibcfdcf0d2a12c8119d2fe3ec3b354be782338bd5
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/functest/functest-env-presetup.sh
utils/fetch_os_creds.sh