diff options
author | Peter Andersson <[email protected]> | 2011-09-20 16:26:49 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2011-09-23 12:24:55 +0200 |
commit | 4c8664f1983a57c8d71ada937381b5fc5791446d (patch) | |
tree | 4942970aa182ed193b0976bd741a1ffe23735d20 /lib/common_test/test/ct_skip_SUITE.erl | |
parent | 8d051d91b86f08877038af1983c8eb5f3f9a7ddb (diff) | |
download | otp-4c8664f1983a57c8d71ada937381b5fc5791446d.tar.gz otp-4c8664f1983a57c8d71ada937381b5fc5791446d.tar.bz2 otp-4c8664f1983a57c8d71ada937381b5fc5791446d.zip |
Fix incorrect call to end_tc when tc_status=ok and end_per_testcase times out
OTP-9397
Diffstat (limited to 'lib/common_test/test/ct_skip_SUITE.erl')
-rw-r--r-- | lib/common_test/test/ct_skip_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_skip_SUITE.erl b/lib/common_test/test/ct_skip_SUITE.erl index 4ba4479208..6a8c57a6bd 100644 --- a/lib/common_test/test/ct_skip_SUITE.erl +++ b/lib/common_test/test/ct_skip_SUITE.erl @@ -369,7 +369,7 @@ test_events(auto_skip) -> {test_server,my_apply,3}, {test_server,init_per_testcase,3}, {test_server,run_test_case_eval1,6}, - {test_server,run_test_case_eval,8}]}}}}}}, + {test_server,run_test_case_eval,9}]}}}}}}, {?eh,tc_start, {auto_skip_9_SUITE,{end_per_group,g5,[parallel]}}}, {?eh,tc_done, |