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: [email protected] With regards, Apache Git Services
