aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/runnvim.sh
Commit message (Collapse)AuthorAge
* test: move oldtests to test directory (#22536)dundargoc2023-03-07
| | | | | 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'.
* ci: remove fail summary (#22174)dundargoc2023-02-08
| | | | The tests already have a summary at the end, there's no need for an additional fail summary wrapper.
* ci(oldtest): make a copy of scripts of ci/common in testdir (#22170)dundargoc2023-02-08
| | | | Having separate copies makes it easier to not accidentally break something when modifying the scripts.
* fix(test): unset XDG_CONFIG_HOME when running oldtestLewis Russell2023-01-27
| | | | - also fix test_taglist.vim for users running with a tags file created in runtime/doc
* test: fix runnvim.sh (#17690)zeertzjq2022-03-13
|
* test(ci): remove non-existent ci-fold from testsDundar Göc2022-02-27
|
* ci: simplify ci_fold function (#16874)dundargoc2022-01-03
|
* 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.