aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/runnvim.sh
Commit message (Collapse)AuthorAge
* ci: Rename travis_fold to ci_fold and add GHA supportJames McCoy2020-11-13
|
* testdir/runnvim.sh: create messages file always (#11503)Daniel Hahler2019-12-02
|
* runnvim.sh: lint (shellcheck) (#10851)Daniel Hahler2019-08-26
|
* ci: Travis: check logs for TSan also (#10775)Daniel Hahler2019-08-14
| | | | | | | Uses `cat -A` with early "*San" check: This prints terminal escape sequences as-is (for debugging), and does not cause (display) issues with the Travis log. Ref: https://github.com/neovim/neovim/pull/10591#issuecomment-521248233
* 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.