Disable non-Vader tests when targeting Vader tests

This commit is contained in:
w0rp 2018-06-28 14:00:12 +01:00
parent fc041ae090
commit 0b7a29d73b
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,10 @@ if [ $# -ne 0 ]; then
# This doesn't perfectly handle work splitting, but none of our files
# have spaces in the names.
tests="$*"
# Don't run other tools when targeting tests.
run_custom_checks=0
run_vint=0
fi
# Delete .swp files in the test directory, which cause Vim 8 to hang.