run-simpletests.sh in Libraries CDN API 7
#!/bin/bash # @file # Simple script to run the tests. set -e # Goto current directory. DIR=$(dirname $0) cd $DIR drush test-run "service_container" "$@"
File
tests/run-simpletests.shView source
- #!/bin/bash
- # @file
- # Simple script to run the tests.
-
- set -e
-
- # Goto current directory.
- DIR=$(dirname $0)
- cd $DIR
-
- drush test-run "service_container" "$@"