diff options
author | Gustav Simonsson <[email protected]> | 2012-03-30 14:14:59 +0200 |
---|---|---|
committer | Gustav Simonsson <[email protected]> | 2012-03-30 14:14:59 +0200 |
commit | 9af01a23d3bf18366d3d2246ee0e9bf03f6dcfc1 (patch) | |
tree | 57de4d321c5b13763d5080d1996c8ef86805e471 /lib | |
parent | 44a6cf23d6c127493f0785c45a8b99ee4603eb01 (diff) | |
parent | 9fde164b88d5cfda40b2547a3416abdeb3255e48 (diff) | |
download | otp-9af01a23d3bf18366d3d2246ee0e9bf03f6dcfc1.tar.gz otp-9af01a23d3bf18366d3d2246ee0e9bf03f6dcfc1.tar.bz2 otp-9af01a23d3bf18366d3d2246ee0e9bf03f6dcfc1.zip |
Merge branch 'maint'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sasl/test/release_handler_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sasl/test/release_handler_SUITE.erl b/lib/sasl/test/release_handler_SUITE.erl index 467d1226b3..e605a60957 100644 --- a/lib/sasl/test/release_handler_SUITE.erl +++ b/lib/sasl/test/release_handler_SUITE.erl @@ -59,11 +59,11 @@ win32_cases() -> cases() -> [otp_2740, otp_2760, otp_5761, otp_9402, otp_9417, otp_9395_check_old_code, otp_9395_check_and_purge, - otp_9395_update_many_mods, otp_9395_rm_many_mods, otp_9864, + otp_9395_update_many_mods, otp_9395_rm_many_mods, instructions, eval_appup, eval_appup_with_restart, supervisor_which_children_timeout, release_handler_which_releases, install_release_syntax_check, - upgrade_supervisor, upgrade_supervisor_fail]. + upgrade_supervisor, upgrade_supervisor_fail, otp_9864]. groups() -> [{release,[], |