Skip to content

Instantly share code, notes, and snippets.

@ryanaslett
Created December 9, 2016 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanaslett/339f8a1d503f2ea78f0c4b4510a93eea to your computer and use it in GitHub Desktop.
Save ryanaslett/339f8a1d503f2ea78f0c4b4510a93eea to your computer and use it in GitHub Desktop.
sudo -u www-data php /var/www/html/core/scripts/run-tests.sh --list --php /opt/phpenv/shims/php > /var/lib/drupalci/artifacts/testgroups.txt
cd /var/www/html && sudo -u www-data php /var/www/html/core/scripts/run-tests.sh --color --keep-results --concurrency "31" --types "Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional" --url "http://localhost/checkout" --php "/opt/phpenv/shims/php" --sqlite "/var/lib/drupalci/artifacts/simpleteststandard.sqlite" --dburl "sqlite://localhost/sites/default/files/db.sqlite" --directory modules/examples
ERROR: No valid tests were specified.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment