seek-oss / serverless-haskell

Deploying Haskell applications to AWS Lambda with Serverless
MIT License
215 stars 22 forks source link

Integration tests: check expected output line by line #147

Closed koterpillar closed 4 years ago

koterpillar commented 4 years ago

Due to race conditions between the function result and its output, the integration tests can fail. Check individual lines in the output instead of the complete text.