aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_run.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-09-20 19:11:11 +0200
committerLukas Larsson <[email protected]>2010-12-08 18:07:46 +0100
commit688e2a2506b16d851d1bbbf4f66eadba1feb1b88 (patch)
treef3c0d79b217b02cb1d6b66bb9705836e8ce644e9 /lib/common_test/src/ct_run.erl
parent19a4512b95ca20d32cf1eff4dc20eed9dc20510a (diff)
downloadotp-688e2a2506b16d851d1bbbf4f66eadba1feb1b88.tar.gz
otp-688e2a2506b16d851d1bbbf4f66eadba1feb1b88.tar.bz2
otp-688e2a2506b16d851d1bbbf4f66eadba1feb1b88.zip
Update ct_trace me to include calling functions
Diffstat (limited to 'lib/common_test/src/ct_run.erl')
-rw-r--r--lib/common_test/src/ct_run.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_run.erl b/lib/common_test/src/ct_run.erl
index df7f21a51f..7869e385c2 100644
--- a/lib/common_test/src/ct_run.erl
+++ b/lib/common_test/src/ct_run.erl
@@ -2306,7 +2306,7 @@ do_trace(Terms) ->
_ -> ok
end;
({me,M}) ->
- case dbg:tp(M,x) of
+ case dbg:tp(M,[{'_',[],[x,{message,{caller}}]}]) of
{error,What} -> exit({error,{tracing_failed,What}});
_ -> ok
end;