We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7c850 commit 5770315Copy full SHA for 5770315
1 file changed
tests/travis-test.sh
@@ -11,6 +11,17 @@ if [[ ( ! "${TEST_WHICH:-}" ) && "${1:-}" ]]; then
11
export TEST_WHICH="$1"
12
fi
13
14
+if [[ ! "${TEST_WHICH:-}" ]]; then
15
+ cat <<EOT
16
+Usage: $0 \$WHICH
17
+ or: TEST_WHICH=\$WHICH $0
18
+Run automated tests of editorconfig-vim
19
+
20
+\$WHICH can be "core" or "plugin".
21
+EOT
22
+ exit 2
23
+fi
24
25
if [[ "$TEST_WHICH" = 'plugin' ]]; then # test plugin
26
27
# If not running from Travis, do what Travis would have
0 commit comments