Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error running eunit #770

Closed
ericbmerritt opened this issue Sep 2, 2015 · 0 comments
Closed

error running eunit #770

ericbmerritt opened this issue Sep 2, 2015 · 0 comments

Comments

@ericbmerritt
Copy link
Contributor

When building head of erlware/erlware_commons (83adceaa1abc1af5358a61601b17d10c43e6d7a1), eunit fails. Rebar version is: rebar 3.0.0-beta-2 on Erlang/OTP 18 Erts 7.0 output of the command is.

===> Verifying dependencies...
===> Compiling erlware_commons
===> Performing EUnit tests...
======================== EUnit ========================
undefined
*** error reading file ***
**not a directory: erlware_commons.app

=======================================================
  Failed: 0.  Skipped: 0.  Passed: 0.
One or more tests were cancelled.
===> Error running tests

That file exists: Tree is

.
├── CONTRIBUTING.md
├── COPYING
├── README.md
├── _build
│   ├── default
│   │   └── lib
│   │       └── erlware_commons
│   │           ├── ebin
│   │           │   └── erlware_commons.app
│   │           ├── include -> ../../../../include
│   │           ├── priv -> ../../../../priv
│   │           └── src -> ../../../../src
│   └── test
│       ├── cover
│       │   ├── cover.log
│       │   └── eunit.coverdata
│       └── lib
│           └── erlware_commons
│               ├── ebin
│               │   ├── ec_assoc_list.beam
│               │   ├── ec_cmd_log.beam
│               │   ├── ec_cnv.beam
│               │   ├── ec_compile.beam
│               │   ├── ec_date.beam
│               │   ├── ec_dict.beam
│               │   ├── ec_dictionary.beam
│               │   ├── ec_dictionary_proper.beam
│               │   ├── ec_file.beam
│               │   ├── ec_gb_trees.beam
│               │   ├── ec_git_vsn.beam
│               │   ├── ec_git_vsn_tests.beam
│               │   ├── ec_lists.beam
│               │   ├── ec_orddict.beam
│               │   ├── ec_plists.beam
│               │   ├── ec_plists_tests.beam
│               │   ├── ec_rbdict.beam
│               │   ├── ec_semver.beam
│               │   ├── ec_semver_parser.beam
│               │   ├── ec_talk.beam
│               │   ├── ec_vsn.beam
│               │   └── erlware_commons.app
│               ├── include -> ../../../../include
│               ├── priv -> ../../../../priv
│               ├── src -> ../../../../src
│               └── test -> ../../../../test
├── doc
│   ├── property_based_testing.md
│   └── signatures.md
├── include
│   └── ec_cmd_log.hrl
├── priv
│   └── ec_semver_parser.peg
├── rebar.config
├── rebar.lock
├── rebar3
├── src
│   ├── ec_assoc_list.erl
│   ├── ec_cmd_log.erl
│   ├── ec_cnv.erl
│   ├── ec_compile.erl
│   ├── ec_date.erl
│   ├── ec_dict.erl
│   ├── ec_dictionary.erl
│   ├── ec_file.erl
│   ├── ec_gb_trees.erl
│   ├── ec_git_vsn.erl
│   ├── ec_lists.erl
│   ├── ec_orddict.erl
│   ├── ec_plists.erl
│   ├── ec_rbdict.erl
│   ├── ec_semver.erl
│   ├── ec_semver_parser.erl
│   ├── ec_talk.erl
│   ├── ec_vsn.erl
│   └── erlware_commons.app.src
├── test
│   ├── ec_dictionary_proper.erl
│   ├── ec_git_vsn_tests.erl
│   └── ec_plists_tests.erl
└── tree.txt

22 directories, 58 files
@ferd ferd closed this as completed in dc3e8d7 Sep 6, 2015
ferd added a commit that referenced this issue Sep 6, 2015
delete and prepend code path instead of replacing, fixes #770
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant