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/httpd_SUITE.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/httpd_SUITE.erl')
-rw-r--r-- | lib/inets/test/httpd_SUITE.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/inets/test/httpd_SUITE.erl b/lib/inets/test/httpd_SUITE.erl index a4bb8f7159..2c4c0f84a8 100644 --- a/lib/inets/test/httpd_SUITE.erl +++ b/lib/inets/test/httpd_SUITE.erl @@ -314,6 +314,8 @@ init_per_suite(Config) -> "~n Config: ~p" "~n", [Config]), + ?PRINT_SYSTEM_INFO([]), + PrivDir = ?config(priv_dir, Config), SuiteTopDir = filename:join(PrivDir, ?MODULE), case file:make_dir(SuiteTopDir) of |