Merge pull request #749 from grouville/interactive_shell_loglevel_bug

Skip Docker.#Local in bats tests (not working) + fix stdout redirection leading to uncatched missing inputs
This commit is contained in:
Andrea Luzzardi 2021-06-30 12:34:01 +02:00 committed by GitHub
commit 02ed4d81ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -54,7 +54,7 @@ var upCmd = &cobra.Command{
func checkInputs(ctx context.Context, st *state.State) { func checkInputs(ctx context.Context, st *state.State) {
lg := log.Ctx(ctx) 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 // FIXME: find a way to merge this with the EnvironmentUp client to avoid
// creating the client + solver twice // creating the client + solver twice

View File

@ -54,7 +54,8 @@ setup() {
} }
@test "docker run: local" { @test "docker run: local" {
dagger -e docker-run-local up skip "Not implemented yet + missing inputs leading to failure"
# dagger -e docker-run-local up
} }
@test "docker build" { @test "docker build" {