We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb99b0b commit 541ec3bCopy full SHA for 541ec3b
test/mix/tasks_test.exs
@@ -55,7 +55,7 @@ defmodule Mix.TasksTest do
55
in_tmp "my_run_app", fn ->
56
app_with_dynamo_deps_path
57
58
- output = System.cmd %b{mix run "IO.inspect HelloRouter.__info__(:module)"}
+ output = System.cmd %b{mix run -e "IO.inspect HelloRouter.__info__(:module)"}
59
assert output =~ %r(HelloRouter)
60
61
# TODO: Get rid of this
0 commit comments