Skip to content

Commit c5ef4da

Browse files
committed
handle e2e exit code
1 parent 7692663 commit c5ef4da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mix.exs

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ defmodule BoomNotifier.MixProject do
9898
end
9999

100100
defp run_e2e(_) do
101-
Mix.shell().cmd("cd test/example_app && mix deps.get && mix test")
101+
exit_status = Mix.shell().cmd("cd test/example_app && mix deps.get && mix test")
102+
exit({:shutdown, exit_status})
102103
end
103104
end

0 commit comments

Comments
 (0)