summaryrefslogtreecommitdiff
path: root/run-tests
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-06-28 14:00:12 +0100
committerw0rp <devw0rp@gmail.com>2018-06-28 14:00:12 +0100
commit0b7a29d73bcf1614cc217c6bd272a279b885921c (patch)
treedde615228475ac08a68ec49a725d4800efc26b88 /run-tests
parentfc041ae0903bb252ec42551511e040ca827c0b41 (diff)
downloadale-0b7a29d73bcf1614cc217c6bd272a279b885921c.zip
Disable non-Vader tests when targeting Vader tests
Diffstat (limited to 'run-tests')
-rwxr-xr-xrun-tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/run-tests b/run-tests
index 59558d4f..00983c38 100755
--- a/run-tests
+++ b/run-tests
@@ -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.