Closed aaron7 closed 6 years ago
out of curiosity, why the need to switch to bash?
We had sh silently fail on unsupported syntax like if [[ ]]
(double brackets) and we feel more comfortable writing in bash which means hopefully less will go wrong. It's likely we will switch to another language as the integration test suite grows.
out of curiosity, why the need to switch to bash?