diff options
author | Peter Andersson <[email protected]> | 2012-03-18 16:32:57 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-03-19 14:16:04 +0100 |
commit | d4d4792d2706ae81ca190edc3636079e31b2b084 (patch) | |
tree | 995944ebd8b456b6ad44006c49e653479286a2d1 /lib/common_test/src/ct_framework.erl | |
parent | 86acf3b0515628e645f1641c3b0542071a87d05d (diff) | |
download | otp-d4d4792d2706ae81ca190edc3636079e31b2b084.tar.gz otp-d4d4792d2706ae81ca190edc3636079e31b2b084.tar.bz2 otp-d4d4792d2706ae81ca190edc3636079e31b2b084.zip |
Introduce new test suite for CTHs
Diffstat (limited to 'lib/common_test/src/ct_framework.erl')
-rw-r--r-- | lib/common_test/src/ct_framework.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_framework.erl b/lib/common_test/src/ct_framework.erl index 1d81b19fe1..0f1bec7f9b 100644 --- a/lib/common_test/src/ct_framework.erl +++ b/lib/common_test/src/ct_framework.erl @@ -641,7 +641,6 @@ end_tc(Mod,Func,TCPid,Result,Args,Return) -> data={Mod,FuncSpec,tag(Result)}}), FinalResult = Fun(end_tc, Return) end, - case FinalResult of {skip,{sequence_failed,_,_}} -> |