diff options
author | Micael Karlberg <[email protected]> | 2011-12-21 14:32:55 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-02-06 12:31:58 +0100 |
commit | 67b0023a0756c69f58a40702ed9a808e1e5a66a7 (patch) | |
tree | 6bcf034213fed3c705fedec33ffe7b92967e5abd /lib/inets/test/inets_test_lib.erl | |
parent | 8d6b47823001de84b09062baee10b7ed7e3f8864 (diff) | |
download | otp-67b0023a0756c69f58a40702ed9a808e1e5a66a7.tar.gz otp-67b0023a0756c69f58a40702ed9a808e1e5a66a7.tar.bz2 otp-67b0023a0756c69f58a40702ed9a808e1e5a66a7.zip |
[inets] System Info printouts in test suite
Moved the System Info printout to the init_per_suite function
for the httpc suite. Added it to the same function for the
httpd suite.
Diffstat (limited to 'lib/inets/test/inets_test_lib.erl')
-rw-r--r-- | lib/inets/test/inets_test_lib.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/inets/test/inets_test_lib.erl b/lib/inets/test/inets_test_lib.erl index 38ffcdc226..434fa17307 100644 --- a/lib/inets/test/inets_test_lib.erl +++ b/lib/inets/test/inets_test_lib.erl @@ -41,6 +41,7 @@ -export([flush/0]). -export([start_node/1, stop_node/1]). + %% -- Misc os command and stuff has_ipv6_support() -> |