diff options
author | Siri Hansen <[email protected]> | 2013-04-05 09:27:53 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2013-04-08 11:39:08 +0200 |
commit | 516948f172067d1afe34adbaf866bc7488f8bedf (patch) | |
tree | 5616f59ce657fffc8890f170a9ee21e4543077d6 /lib/test_server/test/test_server_SUITE.erl | |
parent | 36dc385f283a3566fdc4a67c63299837e8c90f7a (diff) | |
download | otp-516948f172067d1afe34adbaf866bc7488f8bedf.tar.gz otp-516948f172067d1afe34adbaf866bc7488f8bedf.tar.bz2 otp-516948f172067d1afe34adbaf866bc7488f8bedf.zip |
[test_server] Add test_server_io:print_unexpected/1
To use from any process to print a string in the unexpected_io.log.
Diffstat (limited to 'lib/test_server/test/test_server_SUITE.erl')
-rw-r--r-- | lib/test_server/test/test_server_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test_server/test/test_server_SUITE.erl b/lib/test_server/test/test_server_SUITE.erl index cf1df6df34..3db2f5f9f1 100644 --- a/lib/test_server/test/test_server_SUITE.erl +++ b/lib/test_server/test/test_server_SUITE.erl @@ -104,7 +104,7 @@ test_server_SUITE(Config) -> % rpc:call(Node,dbg, tpl,[test_server_ctrl,x]), run_test_server_tests("test_server_SUITE", [{test_server_SUITE,skip_case7,"SKIPPED!"}], - 39, 1, 31, 20, 9, 1, 11, 2, 26, Config). + 40, 1, 32, 21, 9, 1, 11, 2, 27, Config). test_server_parallel01_SUITE(Config) -> run_test_server_tests("test_server_parallel01_SUITE", [], |