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

Commit

Permalink
make etest play with rebar3 build path
Browse files Browse the repository at this point in the history
  • Loading branch information
hukl committed Jan 5, 2018
1 parent 0f37574 commit 1b17d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/etest-runner
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ do
done

# Invoke runner, assuming all files have been compiled to `ebin/`.
erl $ETEST_ARGS -noshell -noinput -pa deps/*/ebin apps/*/ebin deps/elixir/lib/*/ebin ebin -s etest_runner run_all $modules
erl $ETEST_ARGS -noshell -noinput -pa _build/default/lib/*/ebin -s etest_runner run_all $modules

3 comments on commit 1b17d48

@complex64
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mrnovalles
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks rebar2 build path, of course old rebar.config files should pin to specific versions of etest, but just mentioning it for the record.

@hukl
Copy link
Contributor Author

@hukl hukl commented on 1b17d48 Oct 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jipp jipp :) pin that version / release and it should be fine

Please sign in to comment.