Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Start clean boot not found #28

Open
KarlKeiser opened this issue Feb 12, 2019 · 3 comments
Open

Start clean boot not found #28

KarlKeiser opened this issue Feb 12, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@KarlKeiser
Copy link
Contributor

There is a configuration issue where a start_clean.boot file is being searched in the wrong place. This happens in dpi.erl, function start_slave(), where filelib:is_regular(StartClean ++ ".boot") is being called with an argument of start_clean.boot, resulting in false.

@c-bik
Copy link
Member

c-bik commented Apr 1, 2019

Try rebar3 as prod release in host app
_build/prod/rel/APP/bin/APP-X.Y.Z.cmd console

@KarlKeiser
Copy link
Contributor Author

only happens in eunit

@c-bik c-bik assigned c-bik and unassigned KarlKeiser Jul 4, 2019
@c-bik c-bik added enhancement New feature or request question Further information is requested labels Jul 4, 2019
@c-bik
Copy link
Member

c-bik commented Jul 4, 2019

This log should be removed

io:format(user, "[ERROR] REVISIT ~p:~p boot file not found!!~n", [?MODULE, ?LINE]),

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants