We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49535b commit 0653f00Copy full SHA for 0653f00
run-tests.sh
@@ -30,8 +30,7 @@ docker exec -t drupal bash -c "mkdir -p /var/www/html/web/sites/simpletest && ch
30
# Older versions of Paratest (the one required by LocalGov 1.x) don't pickup
31
# environmental variables, so it's necessary to change the config file directly.
32
docker exec -u docker -t drupal bash -c 'sed -i "s#http://localgov.lndo.site#http://drupal#" /var/www/html/phpunit.xml.dist'
33
-#docker exec -u docker -t drupal bash -c "cd /var/www/html && ./bin/paratest --processes=4"
34
-docker exec -u docker -t drupal bash -c "cd /var/www/html && ./bin/phpunit"
+docker exec -u docker -t drupal bash -c "cd /var/www/html && ./bin/paratest --processes=4"
35
if [ $? -ne 0 ]; then
36
((RESULT++))
37
fi
0 commit comments