diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-10-08 16:16:08 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-10-08 16:16:08 +0200 |
commit | a617af92131c6a53b45e2ed4c10412e2770fdb3b (patch) | |
tree | 2414193dcd6c3098f3584b106f51108e5dd4b789 /lib/inets/test/httpc_SUITE.erl | |
parent | ab2a31421b168e6755b1764d4f235add3ebac446 (diff) | |
parent | 51f6f558d5cfea59c5fd81d563d944566d14c364 (diff) | |
download | otp-a617af92131c6a53b45e2ed4c10412e2770fdb3b.tar.gz otp-a617af92131c6a53b45e2ed4c10412e2770fdb3b.tar.bz2 otp-a617af92131c6a53b45e2ed4c10412e2770fdb3b.zip |
Merge branch 'egil/inets/remove-tracing-in-tests'
* egil/inets/remove-tracing-in-tests:
inets: Remove dbg tracing from testcases
Diffstat (limited to 'lib/inets/test/httpc_SUITE.erl')
-rw-r--r-- | lib/inets/test/httpc_SUITE.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/inets/test/httpc_SUITE.erl b/lib/inets/test/httpc_SUITE.erl index cb81d2cc5e..644b01120c 100644 --- a/lib/inets/test/httpc_SUITE.erl +++ b/lib/inets/test/httpc_SUITE.erl @@ -337,7 +337,6 @@ init_per_testcase(Case, Timeout, Config) -> %% so this value will be overwritten (see "ipv6_" below). %% </IPv6> - inets:enable_trace(max, io, httpc), %% inets:enable_trace(max, io, all), %% snmp:set_trace([gen_tcp]), tsp("init_per_testcase(~w) -> done when" @@ -381,7 +380,6 @@ end_per_testcase(http_save_to_file = Case, Config) -> end_per_testcase(Case, Config) -> io:format(user, "~n~n*** END ~w:~w ***~n~n", [?MODULE, Case]), - dbg:stop(), % ? case atom_to_list(Case) of "ipv6_" ++ _Rest -> tsp("end_per_testcase(~w) -> stop ssl", [Case]), |