mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-22 13:53:43 -04:00
Refactored test filtering via grep CLI option
This commit is contained in:
@@ -28,4 +28,4 @@ if [[ ! -d `npm bin` ]]; then
|
||||
fi
|
||||
|
||||
# Run command
|
||||
`npm bin`/gulp tests:visual:run --clean $@
|
||||
`npm bin`/gulp tests:visual:run --clean "$@"
|
||||
|
||||
@@ -28,4 +28,4 @@ if [[ ! -d `npm bin` ]]; then
|
||||
fi
|
||||
|
||||
# Run command
|
||||
`npm bin`/gulp tests:visual:session $@
|
||||
`npm bin`/gulp tests:visual:session "$@"
|
||||
|
||||
@@ -28,4 +28,4 @@ if [[ ! -d `npm bin` ]]; then
|
||||
fi
|
||||
|
||||
# Run command
|
||||
`npm bin`/gulp tests:visual:update $@
|
||||
`npm bin`/gulp tests:visual:update "$@"
|
||||
|
||||
Reference in New Issue
Block a user