Open brianp opened 8 years ago
Currently when the test suite executes window/pane specific commands it will end up in the bash history. Make sure all test commands are piped to /dev/null to create less chatter in the history.
/dev/null
Currently when the test suite executes window/pane specific commands it will end up in the bash history. Make sure all test commands are piped to
/dev/null
to create less chatter in the history.