Github user kxepal commented on the pull request:
https://github.com/apache/couchdb-config/pull/4#issuecomment-113273212
@elbrujohalcon Thanks! But something went wrong:
```
$ make test
rebar skip_deps=true compile
==> couchdb-config (compile)
mkdir -p tmp/etc;
cp test/fixtures/default_eunit.ini tmp/etc/default_eunit.ini;
touch tmp/etc/local_eunit.ini;
touch tmp/etc/eunit.ini;
rebar eunit
==> couchdb-config (eunit)
ERROR: eunit failed while processing
/home/kxepal/projects/asf/couchdb/couchdb-config:
{'EXIT',{{badmatch,{ok,[99,112,58,32,119,97,114,110,105,110,103,58,32,115,111,
117,114,99,101,32,102,105,108,101,32,226,128,152,116,
101,115,116,47,99,111,110,102,105,103,95,116,101,115,
116,115,46,101,114,108,226,128,153,32,115,112,101,99,
105,102,105,101,100,32,109,111,114,101,32,116,104,97,
110,32,111,110,99,101,10]}},
[{rebar_file_utils,cp_r,2,
[{file,"src/rebar_file_utils.erl"},{line,68}]},
{rebar_erlc_compiler,test_compile,3,
[{file,"src/rebar_erlc_compiler.erl"},
{line,179}]},
{rebar_eunit,eunit,2,[{file,"src/rebar_eunit.erl"},{line,88}]},
{rebar_core,run_modules,4,[{file,"src/rebar_core.erl"},{line,490}]},
{rebar_core,execute,6,[{file,"src/rebar_core.erl"},{line,415}]},
{rebar_core,maybe_execute,8,
[{file,"src/rebar_core.erl"},{line,299}]},
{rebar_core,process_dir1,7,[{file,"src/rebar_core.erl"},{line,258}]},
{rebar_core,process_commands,2,
[{file,"src/rebar_core.erl"},{line,90}]}]}}
Makefile:28: recipe for target 'test' failed
make: *** [test] Error 1
```
Any ideas?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---