run-simpletests.sh in Service Container 7.2
Same filename and directory in other branches
#!/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" "$@"