Skip Docker.#Local in bats tests (not working) + fix stdout redirection issue leading to warning loglevel and tests not failing on missing inputs
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
This commit is contained in:
@@ -54,7 +54,7 @@ var upCmd = &cobra.Command{
|
||||
|
||||
func checkInputs(ctx context.Context, st *state.State) {
|
||||
lg := log.Ctx(ctx)
|
||||
warnOnly := viper.GetBool("force") || !term.IsTerminal(int(os.Stdout.Fd()))
|
||||
warnOnly := viper.GetBool("force")
|
||||
|
||||
// FIXME: find a way to merge this with the EnvironmentUp client to avoid
|
||||
// creating the client + solver twice
|
||||
|
Reference in New Issue
Block a user