entity-command/bin/test.sh
2017-04-04 09:15:36 -07:00

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