You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't use [[ ]] in the main ssh session, which runs in /bin/sh. It wasn't a critical issue and things kept working, but an error during bootstrap wouldn't be detected properly (d8b5af0)
Internal or minor changes
We now run end-to-end tests on the released binaries (8d9335a)
To support the end-to-end tests, some flags were added to override default file locations: --lstreams-config, --cmdhistory-file, --queryhistory-file. These flags might be useful outside of testing as well (ea160d8)