aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/runnvim.sh
Commit message (Collapse)AuthorAge
* oldtests: Make test output least verboseZyX2018-03-21
| | | | Also removes `-` before `rm -rf` as `-f` is supposed to already suppress error.
* oldtests: Run old tests in :terminalZyX2018-03-18
Reasoning: - No need to check for terminal size. - No need to mess with terminal title. - Allows old tests to timeout with the rest of the build proceeding. - Less and less messy output to travis log. - Opens a path allowing old tests run in parallel. Though last bit needs test refactoring.