run-simpletests.sh 149 B

1234567891011
  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 "openlayers" "$@"