Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
Do not attempt to confirm missing apps in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Nov 13, 2015
1 parent bcdee05 commit 9b4900f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ defmodule UtilsTest do
#capture_io(fn ->
# Build release
assert :ok = Utils.mix("do deps.get, compile", Mix.env, :quiet)
assert :ok = Utils.mix("release --verbosity=verbose", Mix.env, :verbose)
assert :ok = Utils.mix("release --no-confirm-missing --verbosity=verbose", Mix.env, :verbose)
assert [{"test", "0.0.1"}] == Utils.get_releases("test")
# Boot it, ping it, and shut it down
bin_path = Path.join([File.cwd!, "rel", "test", "bin", "test"])
Expand Down

0 comments on commit 9b4900f

Please sign in to comment.