aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2011-07-15 00:41:43 +0200
committerPeter Andersson <[email protected]>2011-09-23 12:24:54 +0200
commit16eaecc29b5f314fbc8f60880688049bcf074896 (patch)
tree1f03914d32dd8c0b817016265c278354008fa59c /lib/common_test
parentf7ed0bf5212de281c4456f8ec7735ff22a06c371 (diff)
downloadotp-16eaecc29b5f314fbc8f60880688049bcf074896.tar.gz
otp-16eaecc29b5f314fbc8f60880688049bcf074896.tar.bz2
otp-16eaecc29b5f314fbc8f60880688049bcf074896.zip
Fix problem with end_tc being called with incorrect Suite argument
OTP-9398: Fix error with end_tc being called with incorrect Suite argument after timeout in lib function OTP-9397: Fix problem with true error not reported to FW
Diffstat (limited to 'lib/common_test')
-rw-r--r--lib/common_test/src/ct_framework.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_framework.erl b/lib/common_test/src/ct_framework.erl
index a683822977..375e2875e0 100644
--- a/lib/common_test/src/ct_framework.erl
+++ b/lib/common_test/src/ct_framework.erl
@@ -452,6 +452,9 @@ end_tc(Mod,Func,TCPid,Result,Args,Return) ->
false -> ok
end,
+%%! --- Thu Jul 14 23:45:00 2011 --- peppe was here!
+ io:format(user, "MOD:FUNC = ~p:~p = ~p~n", [Mod,Func,Result]),
+
%% save the testcase process pid so that it can be used
%% to look up the attached trace window later
case ct_util:get_testdata(interpret) of