Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 395 forks source link

`make test-e2e` fails to run #504

Closed seanknox closed 6 years ago

seanknox commented 6 years ago
$ make test-e2e
./tests/e2e.sh
./tests/e2e.sh: line 12: ./tests/tools: No such file or directory
# testing apps that are expected to pass
switching to example-dockerfile-http/
Error: failed loading build context with env "nowatch": failed to load chart: open /Users/seanknox/go/src/github.com/Azure/draft/tests/testdata/good/example-dockerfile-http/charts: no such file or directory
checking that example-dockerfile-http v1 was released
Expected REVISION == 1, got
make: *** [test-e2e] Error 1

Some of these looks pretty easy to remedy; I'll take a look.