Skip to content

Commit

Permalink
[ci] rake -> bundle exec rake.
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaSha authored and adrianschroeter committed Jan 22, 2013
1 parent 904d206 commit a3d417e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/ci/obs_testsuite_common.sh
Expand Up @@ -38,7 +38,7 @@ setup_api() {
chmod a+x script/start_test_backend

echo "Initialize test database, load seed data"
rake db:drop db:create db:setup --trace
bundle exec rake db:drop db:create db:setup --trace
cd ../..
}

Expand All @@ -55,7 +55,7 @@ setup_webui() {
chmod +x script/start_test_api

echo "Initialize test database, load seed data"
rake db:drop db:create db:setup --trace
bundle exec rake db:drop db:create db:setup --trace

cd ../..
cd docs/api
Expand Down

0 comments on commit a3d417e

Please sign in to comment.