softprops / lambda-rust

🐳 🦀 a dockerized lambda build env for rust applications
MIT License
162 stars 76 forks source link

Fix rm waiting for stdin (interactive mode) in tests #69

Closed Veetaha closed 4 years ago

Veetaha commented 4 years ago

I can confirm that the problem with tests timing out is that rm is waiting for confirmation from stdin in interactive mode. (https://github.com/softprops/lambda-rust/pull/68#issuecomment-650205704) image -f flag should tackle this.

Veetaha commented 4 years ago

Here is the travis ci run: https://travis-ci.com/github/Veetaha/lambda-rust/builds/173630163

softprops commented 4 years ago

sweet. thanks @Veetaha