Skip to content
Snippets Groups Projects

Dev#24369 bokeh build launch cosmogramme tests

Merged Patrick Barroca requested to merge dev#24369-bokeh-build-launch-cosmogramme-tests into master
Compare and
+ 9
1
Preferences
Compare changes
build.sh 100644 → 100755
+ 9
1
@@ -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