mirror of
https://gh.wpcy.net/https://github.com/diggy/polylang-cli.git
synced 2026-05-09 18:34:30 +08:00
7 lines
133 B
Bash
Executable file
7 lines
133 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
# Run the functional tests
|
|
BEHAT_TAGS=$(php utils/behat-tags.php)
|
|
behat --format progress $BEHAT_TAGS --strict
|