Skip to content

Commit

Permalink
[dist] test migrations comming from OBS 2.4 directly
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Feb 4, 2015
1 parent 35d0f2a commit 113af96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/obs-server.spec
Expand Up @@ -467,7 +467,7 @@ EOF
# migration test
export RAILS_ENV=migrate
bundle exec rake --trace db:create || exit 1
xzcat test/dump_2.5.sql.xz | mysql -u root --socket=/tmp/obs.test.mysql.socket
xzcat test/dump_2.4.sql.xz | mysql -u root --socket=/tmp/obs.test.mysql.socket
bundle exec rake --trace db:migrate db:drop || exit 1
# entire test suite
export RAILS_ENV=test
Expand Down

0 comments on commit 113af96

Please sign in to comment.