runme icon indicating copy to clipboard operation
runme copied to clipboard

README should indicate required bash version >=4 for tests to run

Open mxsdev opened this issue 2 years ago • 1 comments

Had some issues for a while running tests locally on my new laptop because macOS keeps bash on version 3.2. Bash can't execute the prompt ${PS1@P} before (I believe) version 4, so kernel/session_test/testGetBash will fail, but it's really hard to debug the errors to realize that this is because of the bash version.

Part of #67

mxsdev avatar Feb 03 '23 21:02 mxsdev

There is https://github.com/stateful/runme/issues/105 which I filled in with description.

adambabik avatar Feb 04 '23 08:02 adambabik