aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_framework.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2012-03-18 16:32:57 +0100
committerPeter Andersson <[email protected]>2012-03-19 14:16:04 +0100
commitd4d4792d2706ae81ca190edc3636079e31b2b084 (patch)
tree995944ebd8b456b6ad44006c49e653479286a2d1 /lib/common_test/src/ct_framework.erl
parent86acf3b0515628e645f1641c3b0542071a87d05d (diff)
downloadotp-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.erl1
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,_,_}} ->