14988: Fixes merge conflict
authorLucas Di Pentima <ldipentima@veritasgenetics.com>
Wed, 8 May 2019 21:50:26 +0000 (18:50 -0300)
committerLucas Di Pentima <ldipentima@veritasgenetics.com>
Wed, 8 May 2019 21:50:26 +0000 (18:50 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

build/run-tests.sh

index 68fc15183e5a55cb488cab48c7f9a83367f6c075..2807d3c3a39e6824cdce5f1a649efa60c9f867b0 100755 (executable)
@@ -1051,11 +1051,7 @@ test_gofmt() {
 test_services/api() {
     rm -f "$WORKSPACE/services/api/git-commit.version"
     cd "$WORKSPACE/services/api" \
-<<<<<<< HEAD
-        && 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]}
->>>>>>> master
 }
 
 test_sdk/ruby() {