File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,19 @@ function echo_configuration {
5656function init_environment {
5757 echo " Prepare directories"
5858 mkdir -p ${PROJECT_DIR} /etc/test
59+ mkdir -p ${PROJECT_DIR} /etc/test/nginx
60+ mkdir -p ${PROJECT_DIR} /etc/test/php
5961
6062 echo " Copying testing README"
6163 cp ${PACKAGE_DIR} /README.md ${PROJECT_DIR} /README.TESTING.md
6264
6365 echo " Copying docker-compose.yml to be able to easily modify it for special needs"
6466 cp ${PACKAGE_DIR} /docker-compose.yml ${PROJECT_DIR} /etc/test/docker-compose.yml
6567
68+ echo " Copying config files to be able to easily modify it for special needs"
69+ cp ${PACKAGE_DIR} /php/* ${PROJECT_DIR} /etc/test/php
70+ cp ${PACKAGE_DIR} /nginx/* ${PROJECT_DIR} /etc/test/nginx
71+
6672 echo " You can find additional information in the testing README, see 'README.TESTING.md'"
6773}
6874
You can’t perform that action at this time.
0 commit comments