summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJonathan Arnett <jonarnett90@gmail.com>2021-07-15 16:37:15 -0400
committerGitHub <noreply@github.com>2021-07-15 22:37:15 +0200
commit926c1c2e4ff1cadc1504109d6a7001875ec07bab (patch)
tree75900884b310a83782d29ccbf68a0f416266c598 /CHANGELOG.md
parent6b5a9b6b4cf05ed217de405cff0fb4f0041adddc (diff)
downloadelixir-926c1c2e4ff1cadc1504109d6a7001875ec07bab.tar.gz
Change exit status for test failures to 2 (#11119)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e2fe3157..23d6141a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,6 +37,7 @@
* [mix rebar] No longer support `sub_dirs` in Rebar 2 to help migration towards Rebar 3
* [mix test] Support `--profile-require=time` to profile the time loading test files themselves
* [mix test] Allow filtering modules from coverage using regex
+ * [mix test] Allow the exit status of ExUnit to be configured and set the default to 2
* [mix xref] Support multiple sinks and sources in `mix xref graph`
* [mix xref] Add `--fail-above` option to `mix xref`
* [mix xref] Add `--label compile-connected` to `mix xref`