mongodb-labs / drivers-atlas-testing

Drivers Atlas Testing
Apache License 2.0
8 stars 27 forks source link

Use bash shell where not already in use #212

Closed alcaeus closed 2 months ago

alcaeus commented 2 months ago

In #211 I observed failures when running the validator. This seems to happen because Astrolabe uses sh to call run-mongodb.sh and subsequently call run-orchestration.sh. This PR changes scripts to use bash where not already in use.

Note: the PHP failure is fixed by #211, but I wanted to separate the pull requests. The .NET failure has been a consistent failure for a while.