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 46c6f43 commit 2734837Copy full SHA for 2734837
mix.exs
@@ -150,10 +150,10 @@ defmodule Sentry.Mixfile do
150
])
151
)
152
153
- integration_dir = Path.join("test_integrations", integration)
+ color_arg = if IO.ANSI.enabled?(), do: "--color", else: "--no-color"
154
155
{_, status} =
156
- System.cmd("mix", ["test" | args],
+ System.cmd("mix", ["test", color_arg | args],
157
into: IO.binstream(:stdio, :line),
158
cd: Path.join("test_integrations", integration)
159
0 commit comments