diff options
author | Peter Andersson <[email protected]> | 2014-03-12 17:18:40 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2014-03-12 17:19:27 +0100 |
commit | 2aca59eb432c8907ac9d316da251a513fcc33901 (patch) | |
tree | 09df30769c781d415ab12f0fa8c75163fb70ed5b /lib/common_test/test/ct_hooks_SUITE.erl | |
parent | f406a1661f8b0106b1b203057aedbb60d8d3a6be (diff) | |
parent | 0b2bc007ec8b2f393ae4888be2efe3c4f9f2b94c (diff) | |
download | otp-2aca59eb432c8907ac9d316da251a513fcc33901.tar.gz otp-2aca59eb432c8907ac9d316da251a513fcc33901.tar.bz2 otp-2aca59eb432c8907ac9d316da251a513fcc33901.zip |
Merge branch 'peppe/common_test/group_events'
* peppe/common_test/group_events:
Update test suites and fix various remaining problems
Update event protocol and CT Hooks API
Introduce group name for skipped cases in events, hooks and overview log
OTP-11732
Diffstat (limited to 'lib/common_test/test/ct_hooks_SUITE.erl')
-rw-r--r-- | lib/common_test/test/ct_hooks_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_hooks_SUITE.erl b/lib/common_test/test/ct_hooks_SUITE.erl index b5855da9df..c8fc4bd59b 100644 --- a/lib/common_test/test/ct_hooks_SUITE.erl +++ b/lib/common_test/test/ct_hooks_SUITE.erl @@ -786,7 +786,7 @@ test_events(skip_pre_end_cth) -> {?eh,cth,{'_',post_end_per_group,[group1,'$proplist','_',[]]}}, {?eh,tc_done,{ct_scope_per_group_cth_SUITE,{end_per_group,group1,[]}, {skipped,"Test skip"}}}], - {?eh,cth,{'_',on_tc_skip,[end_per_group, + {?eh,cth,{'_',on_tc_skip,[{end_per_group,group1}, {tc_user_skip,{skipped,"Test skip"}}, []]}}, {?eh,tc_start,{ct_scope_per_group_cth_SUITE,end_per_suite}}, |