mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* Adding way to get around resolution of ~ with user.Current(). This is needed for getting UTs to run on OpenShift CI where we login to build root as anyUID Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Adding CUSTOM_HOMEDIR to override resolution of user.Current We can now skip user.Current by providing CUSTOM_HOMEDIR env * Changing env to be set for test configs to GLOBALODOCONFIG * Adding unit tests for configs * Adding reference to CUSTOM_HOMEDIR to development.md * Adding CUSTOM_HOMEDIR to config.go