Skip to content
This repository was archived by the owner on Mar 21, 2022. It is now read-only.

Commit 6bca8f1

Browse files
committed
test: make vimlint less verbose
The verbose output (currently files being linted) is not particularly useful. Suppress it. Signed-off-by: Kevin Locke <[email protected]>
1 parent 131720d commit 6bca8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if ! [ -d build/vim-vimlint ]; then
3030
fi
3131

3232
# Run vimlint
33-
./build/vim-vimlint/bin/vimlint.sh -l build/vim-vimlint -p build/vim-vimlparser -v "$@"
33+
./build/vim-vimlint/bin/vimlint.sh -l build/vim-vimlint -p build/vim-vimlparser "$@"
3434

3535
# Ensure vint is available, then run it
3636
if command -v vint >/dev/null; then

0 commit comments

Comments
 (0)