From dba1f39502d0e711e6670f5f6e6073045f74a1ee Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Fri, 21 Feb 2014 15:27:56 +0100 Subject: Unload 'deadlock' application in application_SUITE:shutdown_deadlock This is just to clean up properly after the test case. If not, code_SUITE:bit_boot_embedded might fail since it tries to include the 'deadlock' application in the boot file and fails when running systools:make_script. --- lib/kernel/test/application_SUITE.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/kernel/test/application_SUITE.erl') diff --git a/lib/kernel/test/application_SUITE.erl b/lib/kernel/test/application_SUITE.erl index ccb3760309..c6cbd1a0ef 100644 --- a/lib/kernel/test/application_SUITE.erl +++ b/lib/kernel/test/application_SUITE.erl @@ -2121,6 +2121,7 @@ shutdown_deadlock(Config) when is_list(Config) -> Server ! continue end, [_|_] = application:which_applications(), + application:unload(deadlock), % clean up! ok. -- cgit v1.2.3