diff options
Diffstat (limited to 'ci/common/test.sh')
-rw-r--r-- | ci/common/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/common/test.sh b/ci/common/test.sh index 0233d62c96..b2fbeaf2da 100644 --- a/ci/common/test.sh +++ b/ci/common/test.sh @@ -113,7 +113,7 @@ run_functionaltests() {( run_oldtests() {( enter_suite oldtests ulimit -c unlimited || true - if ! make -C "${TRAVIS_BUILD_DIR}/src/nvim/testdir"; then + if ! make oldtest; then reset fail 'oldtests' F 'Legacy tests failed' fi |