mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-18 06:19:49 +08:00
Disable non-Vader tests when targeting Vader tests
This commit is contained in:
@@ -108,6 +108,10 @@ if [ $# -ne 0 ]; then
|
|||||||
# This doesn't perfectly handle work splitting, but none of our files
|
# This doesn't perfectly handle work splitting, but none of our files
|
||||||
# have spaces in the names.
|
# have spaces in the names.
|
||||||
tests="$*"
|
tests="$*"
|
||||||
|
|
||||||
|
# Don't run other tools when targeting tests.
|
||||||
|
run_custom_checks=0
|
||||||
|
run_vint=0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Delete .swp files in the test directory, which cause Vim 8 to hang.
|
# Delete .swp files in the test directory, which cause Vim 8 to hang.
|
||||||
|
|||||||
Reference in New Issue
Block a user