Closed Veetaha closed 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) -f flag should tackle this.
rm
-f
Here is the travis ci run: https://travis-ci.com/github/Veetaha/lambda-rust/builds/173630163
sweet. thanks @Veetaha
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)-f
flag should tackle this.