summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2020-02-24 09:50:36 +0100
committerLukas Larsson <lukas@erlang.org>2020-02-24 10:02:51 +0100
commit1e39e289826e4c70ae6de9bfb990d28a92a85580 (patch)
treedfeea8a7c230439280bd932d2865fcacd740aa28 /scripts
parentb90a44b8e56f513f22872412caf1bb11099ab462 (diff)
downloaderlang-1e39e289826e4c70ae6de9bfb990d28a92a85580.tar.gz
Include erts in travis dialyzer run
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run-dialyzer1
1 files changed, 1 insertions, 0 deletions
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"