[ARVADOS] updated: 1.3.0-765-g8a6d6574a

Git user git at public.curoverse.com
Tue Apr 23 13:30:26 UTC 2019


Summary of changes:
 build/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  8a6d6574a61582f80c4e6fdb11c00240045c2b5d (commit)
      from  d4c230a6d72d0e2a40973e98bc4d104ac13164cd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 8a6d6574a61582f80c4e6fdb11c00240045c2b5d
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Tue Apr 23 10:29:46 2019 -0300

    Adjust the environment setting command to be consistent with other calls.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index abf76c78f..714143b13 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -957,7 +957,7 @@ install_services/api() {
             || return 1
 
     cd "$WORKSPACE/services/api" \
-        && bin/rails db:environment:set RAILS_ENV=test \
+        && RAILS_ENV=test bundle exec rails db:environment:set \
         && RAILS_ENV=test bundle exec rake db:drop \
         && RAILS_ENV=test bundle exec rake db:setup \
         && RAILS_ENV=test bundle exec rake db:fixtures:load

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list