| Commit message (Collapse) | Author | Age |
| |
|
|
|
| |
The new oldtest directory is in test/old/testdir. The reason for this is
that many tests have hardcoded the parent directory name to be
'testdir'.
|
| |
|
|
| |
The tests already have a summary at the end, there's no need for an
additional fail summary wrapper.
|
| |
|
|
| |
Having separate copies makes it easier to not accidentally break
something when modifying the scripts.
|
| |
|
|
| |
- also fix test_taglist.vim for users running with a tags file created
in runtime/doc
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
| |
Also removes `-` before `rm -rf` as `-f` is supposed to already suppress error.
|
|
|
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.
|