File 0756-Include-erts-in-travis-dialyzer-run.patch of Package erlang
From 1e39e289826e4c70ae6de9bfb990d28a92a85580 Mon Sep 17 00:00:00 2001
From: Lukas Larsson <lukas@erlang.org>
Date: Mon, 24 Feb 2020 09:50:36 +0100
Subject: [PATCH 26/27] Include erts in travis dialyzer run
---
scripts/run-dialyzer | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/run-dialyzer b/scripts/run-dialyzer
index 34724a8ca0..dbc3c121d4 100755
--- a/scripts/run-dialyzer
+++ b/scripts/run-dialyzer
@@ -12,6 +12,7 @@ filter () {
}
ALL_APPLICATIONS=$(ls -d -1 lib/*/ | sed 's:^lib\|/::g')
+ALL_APPLICATIONS="erts $ALL_APPLICATIONS"
echo "All applications: $ALL_APPLICATIONS" |tr '\n' ' ' && echo ""
BASE_PLT="compiler crypto erts hipe kernel stdlib syntax_tools"
--
2.16.4