From 2de8f6d4b2e572171cb3237ed7b9f5a1dfcc16e4 Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Wed, 20 Apr 2011 14:49:03 +0200 Subject: Fix problem with merging ticket branch. --- lib/common_test/test/ct_error_SUITE.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/common_test/test') diff --git a/lib/common_test/test/ct_error_SUITE.erl b/lib/common_test/test/ct_error_SUITE.erl index 813467aabe..6867e59b60 100644 --- a/lib/common_test/test/ct_error_SUITE.erl +++ b/lib/common_test/test/ct_error_SUITE.erl @@ -221,7 +221,8 @@ timetrap_parallel(Config) when is_list(Config) -> ct_test_support:log_events(timetrap_parallel, reformat(Events, ?eh), - ?config(priv_dir, Config)), + ?config(priv_dir, Config), + Opts), TestEvents = events_to_check(timetrap_parallel), ok = ct_test_support:verify_events(TestEvents, Events, Config). -- cgit v1.2.3