You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/13 21:54:05 UTC

[GitHub] wohali commented on a change in pull request #1736: Test suite fixes for Windows

wohali commented on a change in pull request #1736: Test suite fixes for Windows
URL: https://github.com/apache/couchdb/pull/1736#discussion_r233236639
 
 

 ##########
 File path: test/elixir/run.cmd
 ##########
 @@ -1,5 +1,7 @@
 @ECHO OFF
 
 cd %~dp0
+call mix local.hex --force
+call mix local.rebar --force
 
 Review comment:
   This change, and the one to `test/elixir/run`, will be necessary to make the Elixir tests work in a CI environment - otherwise an interactive prompt is raised to first install hex, then to install rebar.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services