From 3d6fbd020322728648146789ca40c2bd1b87a9f2 Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Tue, 19 Apr 2011 12:31:21 +0200 Subject: Fix problem with merging a ticket branch. --- lib/common_test/test/ct_groups_test_2_SUITE.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/common_test') 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). -- cgit v1.2.3