Skip to content
Snippets Groups Projects
Commit 97b9c099 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

rel #24369: Bokeh build also launch cosmogramme tests

parent aa45aa16
Branches
Tags
2 merge requests!896Master,!850Master
......@@ -6,4 +6,12 @@ sed -i "s/sgbd.config.password =/sgbd.config.password = opac/g" config.ini
sed -i "s/sgbd.config.dbname =/sgbd.config.dbname = opac/g" config.ini
touch local.php
php scripts/upgrade_db.php
phpunit -c tests/phpunit.xml --exclude-group no-ci
cd cosmogramme
cp config.ref.php config.php
sed -i "s/integration_user=root/integration_user=opac/g" config.php
sed -i "s/integration_pwd=root/integration_pwd=opac/g" config.php
sed -i "s/integration_base=opac3/integration_base=opac/g" config.php
cd ..
phpunit -c tests/phpunit.xml --exclude-group no-ci && cd cosmogramme/tests && phpunit --exclude-group no-ci
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment