Add version dump of boxes

This commit is contained in:
Benoît Burnichon
2015-03-13 16:42:00 +01:00
parent 0ba1dc8334
commit 423dcb1b44

View File

@@ -50,6 +50,8 @@ script:
- bin/developer assets:compile-less
- bin/developer system:uninstall
- bin/setup system:install --email=test@phraseanet.com --password=test --db-user=root --db-template=fr --db-password= --databox=db_test --appbox=ab_test --server-name=http://127.0.0.1 -y;
- mysql -e 'SELECT version FROM ab_test.sitepreff \G'
- mysql -e 'SELECT * FROM db_test.pref WHERE prop = "version" \G'
- >
sh -c "if [ '$SETUP_MODE' = 'update' ]; then
bin/developer ini:reset --email=test@phraseanet.com --password=test --run-patches --no-setup-dbs;