mirror of
https://github.com/neovim/neovim.git
synced 2024-12-21 03:35:02 -07:00
d670591887
- Do not exclude any directories from `find` search, remove dumps before tests instead. - Install `apport` on travis so that linux tests should produce core dumps (based on information from travis-ci/travis-ci#3754, not sure whether it still applies). - Check cores in lua so that one has an idea which test is failing exactly. Do this only 10% of time on linux because traversing the file system is slow. Unit tests are still not touched, though it is what `app` argument in `check_cores` is for. TODO? consider using `find`, it may be faster. Consider retiring `os.execute`, dealing with escaping is bad. |
||
---|---|---|
.. | ||
common | ||
after_success.sh | ||
before_cache.sh | ||
before_install.sh | ||
before_script.sh | ||
build.bat | ||
install.sh | ||
run_tests.sh | ||
script.sh |