You are here

run-simpletests.sh in Service Container 7.2

Same filename and directory in other branches
  1. 8 tests/run-simpletests.sh
  2. 7 tests/run-simpletests.sh
#!/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.sh
View source
  1. #!/bin/bash
  2. # @file
  3. # Simple script to run the tests.
  4. set -e
  5. # Goto current directory.
  6. DIR=$(dirname $0)
  7. cd $DIR
  8. drush test-run "service_container" "$@"