aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2011-04-19 12:31:21 +0200
committerPeter Andersson <[email protected]>2011-04-28 22:45:57 +0200
commit3d6fbd020322728648146789ca40c2bd1b87a9f2 (patch)
tree9735369361536a1a1e2b5e64e215449d5a5178da /lib/common_test/test
parent17808ea01d04f25574aa627f2716704a09e59354 (diff)
downloadotp-3d6fbd020322728648146789ca40c2bd1b87a9f2.tar.gz
otp-3d6fbd020322728648146789ca40c2bd1b87a9f2.tar.bz2
otp-3d6fbd020322728648146789ca40c2bd1b87a9f2.zip
Fix problem with merging a ticket branch.
Diffstat (limited to 'lib/common_test/test')
-rw-r--r--lib/common_test/test/ct_groups_test_2_SUITE.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_groups_test_2_SUITE.erl b/lib/common_test/test/ct_groups_test_2_SUITE.erl
index ee901bf608..f33be8a9d4 100644
--- a/lib/common_test/test/ct_groups_test_2_SUITE.erl
+++ b/lib/common_test/test/ct_groups_test_2_SUITE.erl
@@ -131,7 +131,8 @@ empty_group(Config) when is_list(Config) ->
ct_test_support:log_events(empty_group,
reformat(Events, ?eh),
- ?config(priv_dir, Config)),
+ ?config(priv_dir, Config),
+ Opts),
TestEvents = events_to_check(empty_group),
ok = ct_test_support:verify_events(TestEvents, Events, Config).