[ARVADOS] updated: 1.3.0-831-g468579474

Git user git at public.curoverse.com
Tue Apr 30 15:44:01 UTC 2019


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

       via  468579474ecf56ad9eab6fac3eb64bdf941aced8 (commit)
      from  0bc48984f6a3bdb823966e4f63cfbeb95bddcbdf (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 468579474ecf56ad9eab6fac3eb64bdf941aced8
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Tue Apr 30 12:43:04 2019 -0300

    Fixes test running call on API server to be able to run single test files.
    
    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 909d43a32..d9dd1bbdd 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -1051,7 +1051,7 @@ test_gofmt() {
 test_services/api() {
     rm -f "$WORKSPACE/services/api/git-commit.version"
     cd "$WORKSPACE/services/api" \
-        && env RAILS_ENV=test ${short:+RAILS_TEST_SHORT=1} bundle exec bin/rails test TESTOPTS='-v -d' ${testargs[services/api]}
+        && env RAILS_ENV=test ${short:+RAILS_TEST_SHORT=1} bundle exec rake test TESTOPTS='-v -d' ${testargs[services/api]}
 }
 
 test_sdk/ruby() {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list