summaryrefslogtreecommitdiffstats
path: root/src/build/citest
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-02-07 10:36:11 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-02-07 13:00:53 -0600
commit1db47476245e46cb80b6a2ece619f7bd13ec42ab (patch)
tree1df2b3a8bf3ec9669fedc81967f373e0972e70db /src/build/citest
parentcf7c244558b681156774e8c725853842e3cab508 (diff)
downloadtalos-hostboot-1db47476245e46cb80b6a2ece619f7bd13ec42ab.tar.gz
talos-hostboot-1db47476245e46cb80b6a2ece619f7bd13ec42ab.zip
Unset CONFIG_FILE env var if in standalone environment
There was a bug where we were setting it to nothing rather than unsetting it, we think it might be causing other issues. Change-Id: I06df6e9ed9f84414a5ee8765b255574952b281e9 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71530 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/citest')
-rwxr-xr-xsrc/build/citest/setup-env6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/build/citest/setup-env b/src/build/citest/setup-env
index 8eda7b8ed..76fa64223 100755
--- a/src/build/citest/setup-env
+++ b/src/build/citest/setup-env
@@ -37,15 +37,15 @@ echo "MACHINE IS $MACHINE"
if [ "$CHIP" == "NIMBUS" ];
then
export PNOR=nimbus.pnor
- export CONFIG_FILE=
+ unset CONFIG_FILE
elif [ "$CHIP" == "CUMULUS" ];
then
export PNOR=cumulus.pnor
- export CONFIG_FILE=
+ unset CONFIG_FILE
elif [ "$CHIP" == "CUMULUS_CDIMM" ];
then
export PNOR=cumulus_cdimm.pnor
- export CONFIG_FILE=
+ unset CONFIG_FILE
elif [ "$CHIP" == "FSPBUILD" ];
then
export PNOR=ZZ.pnor
OpenPOWER on IntegriCloud