=== RUN TestRender/envvariables/stdout --- FAIL: TestRender/envvariables/stdout (1.57s) commands_test.go:53: failed to parse source file: /go/src/github.com/docker/app/e2e/commands_test.go: open /go/src/github.com/docker/app/e2e/commands_test.go: no such file or directory commands_test.go:53: assertion failed: --- ← +++ → @@ -1,2 +1,10 @@ +version: "3.4" +services: + test: + command: + - bash + - -c + - cat bar bam + image: alpine:latest version: "3.4" services: : rendering mismatch === RUN TestRender/envvariables --- FAIL: TestRender/envvariables (2.95s) === RUN TestRender --- FAIL: TestRender (5.94s)