pinterest / api-quickstart

Code that makes it easy to get started with the Pinterest API.
Apache License 2.0
125 stars 46 forks source link

e2e_tests: fix issue on linux #62

Closed davidchaiken closed 2 years ago

davidchaiken commented 2 years ago

#/usr/bin/env bash -ex doesn't work as expected – at least, not on Ubuntu 18.04.6 LTS. Using #/usr/bin/env bash with set -ex works on both Linux and MacOS.