Skip to content

Commit

Permalink
chore(tests): expand test filename globs
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Oct 15, 2023
1 parent 9ff3081 commit 98c45ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-vader-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -u
ROOT_DIR=$(cd "$(dirname "$0")/.."; pwd -P)

vim="$1"
tests=${2:-"$ROOT_DIR/test/*.vader $ROOT_DIR/test/commands/*.vader $ROOT_DIR/test/options/*.vader $ROOT_DIR/test/filetypes/*/*.vader"}
tests=${2:-"$(echo $ROOT_DIR/test/*.vader $ROOT_DIR/test/commands/*.vader $ROOT_DIR/test/options/*.vader $ROOT_DIR/test/filetypes/*/*.vader)"}

red='\033[0;31m'
green='\033[0;32m'
Expand Down

0 comments on commit 98c45ea

Please sign in to comment.