Skip to content
Snippets Groups Projects
Commit 1e9b78c3 authored by Ryan Aslett's avatar Ryan Aslett
Browse files

Issue #2756485: uses the testcommand pattern to handle signals

parent bccb29c7
No related branches found
Tags 20160630_production
No related merge requests found
......@@ -36,6 +36,7 @@ execute:
- cd /var/www/html && sudo -u www-data DRUSH_NO_MIN_PHP=1 /.composer/vendor/drush/drush/drush -r /var/www/html en -y simpletest 2>&1
- cd /var/www/html && sudo -u www-data wget -O /var/www/html/2551981-21-add-directory-option-to-run-tests.patch https://www.drupal.org/files/issues/2551981-21-add-directory-option-to-run-tests.patch
- cd /var/www/html && git apply ./2551981-21-add-directory-option-to-run-tests.patch
testcommand:
- cd /var/www/html && sudo -u www-data php %DCI_RunScript% --list --php %DCI_PHPInterpreter% > /var/www/html/artifacts/testgroups.txt
- cd /var/www/html && sudo -u www-data php %DCI_RunScript% --php %DCI_PHPInterpreter% --url http://localhost/checkout %DCI_RunOptions% %DCI_TestGroups%
publish:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment