dstotijn / ct-diag-server

Diagnosis server for Apple/Google's (COVID-19) Exposure Notification framework.
MIT License
61 stars 7 forks source link

Make run-tests.sh work on more linux distros #26

Closed arianvp closed 4 years ago

arianvp commented 4 years ago

Not all linux distros have bash in /bin. A cross-platform way to find bash is to use env instead to locate it

( I couldn't run the test script on NixOS)

arianvp commented 4 years ago

CI seems to be stuck

dstotijn commented 4 years ago

CI seems to be stuck

~Could be CircleCI is having issues; although it seems to be macOS build specific: https://status.circleci.com/~

I forgot to enable CircleCI for PRs from forks. Should be fixed now. I'll merge this PR manually; should be fine for future PRs.