You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were two calls to viper.Set(serverv2.FlagHome,
simapp.DefaultNodeHome); these calls invalidated any provided --home
command line arguments. When testing multiple simapp instances in the
same process, it is necessary to provide separate home directories.
Changing the calls from .Set to .SetDefault retains the previous
behavior of using DefaultNodeHome when no --home flag is provided, but
it still respects --home when the flag is indeed provided.
0 commit comments