aboutsummaryrefslogtreecommitdiffstats
path: root/erts/test
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2017-05-04 13:36:16 +0200
committerSiri Hansen <[email protected]>2017-05-04 13:36:16 +0200
commit457254ab726855850fd6690135b19bddd660283f (patch)
tree275cf88a7bf9de8030b2435b2ca2c6b3490ad766 /erts/test
parentafe73a7cc5b983d6638e34b03e78fc9d010b6a3d (diff)
downloadotp-457254ab726855850fd6690135b19bddd660283f.tar.gz
otp-457254ab726855850fd6690135b19bddd660283f.tar.bz2
otp-457254ab726855850fd6690135b19bddd660283f.zip
Add typer to excluded applications in upgrade_SUITE
When removing typer as application, it was also removed from the list of applications to exclude from upgrade tests. However, since typer still exist in older OTP releases, it must remain in the exclude list as long as these releases are used in the test.
Diffstat (limited to 'erts/test')
-rw-r--r--erts/test/upgrade_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/test/upgrade_SUITE.erl b/erts/test/upgrade_SUITE.erl
index 086e54f8a4..298aa4b278 100644
--- a/erts/test/upgrade_SUITE.erl
+++ b/erts/test/upgrade_SUITE.erl
@@ -39,7 +39,7 @@
%% - dialyzer requires hipe (in the .app file)
%% - erl_interface, jinterface support no upgrade
-define(appup_exclude,
- [dialyzer,hipe,erl_interface,jinterface,ose]).
+ [dialyzer,hipe,typer,erl_interface,jinterface,ose]).
init_per_suite(Config) ->
%% Check that a real release is running, not e.g. cerl