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

Merge branch 'dev#24369-bokeh-build-launch-cosmogramme-tests' into 'master'

Dev#24369 bokeh build launch cosmogramme tests

See merge request !828
parents 99584153 458b3815
Branches
Tags
2 merge requests!896Master,!829Master
......@@ -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