Skip to content

Commit

Permalink
several aprouvements
Browse files Browse the repository at this point in the history
  • Loading branch information
juergen-pecher committed Sep 8, 2016
1 parent 86eb23a commit 8435503
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.properties.dist
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ behat.webdriver_url = http://localhost:4444/wd/hub
behat.subcontexts.path = ${website.modules.dir}

# The output format to use for Behat tests, either 'progress' or 'pretty'.
behat.formatter.name = progress
behat.formatter.name = pretty

# The location of the test files.
behat.files.path = ${behat.dir}/fixtures/files
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,6 @@
<target
name="install-dev"
description="Install the website and set up the development environment."
depends="install, setup-dev, create-demo-users" />
depends="install, build-dev, setup-dev, create-demo-users" />

</project>
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"composer/installers": "^1.0.20",
"cweagans/composer-patches": "~1.0",
"drupal-composer/drupal-scaffold": "^2.0.1",
"drupal/coder": "~8.2.7",
"drupal/console": "~1.0",
"drupal/core": "~8.0",
"drush/drush": "~8.0",
Expand Down
3 changes: 3 additions & 0 deletions scripts/composer/ScriptHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ public static function createRequiredFiles(Event $event) {
umask($oldmask);
$event->getIO()->write("Create a sites/simpletests directory with chmod 0777");
}
// Chown the project directory to the www-data user
$fs->chown($project_root, "www-data:www-data", TRUE);
$fs->chmod($project_root, "www-data:www-data", 0775);
}

/**
Expand Down

0 comments on commit 8435503

Please sign in to comment.