X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/17ffdf2077227c1b235fd97a06af805fb8207b59..afec9ddba0b865918815ca3345278decc1fc6697:/build/run-tests.sh diff --git a/build/run-tests.sh b/build/run-tests.sh index f716cb35f2..3592efbdc2 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -961,11 +961,11 @@ install_services/api() { set -ex cd "$WORKSPACE/services/api" export RAILS_ENV=test - if "$bundle" exec rails db:environment:set ; then - "$bundle" exec rake db:drop + if bin/rails db:environment:set ; then + bin/rake db:drop fi - "$bundle" exec rake db:setup - "$bundle" exec rake db:fixtures:load + bin/rake db:setup + bin/rake db:fixtures:load ) || return 1 }