diff options
author | Peter Andersson <[email protected]> | 2013-02-15 15:51:26 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2013-02-15 15:51:26 +0100 |
commit | cd1380fdf78018d1c49678cf985051f48e70f219 (patch) | |
tree | 1450d320f89d3659d434a55dca78f21db1bdd198 /lib/common_test/src/ct_util.hrl | |
parent | 26c702b122436ec8662fbedc80673421547cdb05 (diff) | |
download | otp-cd1380fdf78018d1c49678cf985051f48e70f219.tar.gz otp-cd1380fdf78018d1c49678cf985051f48e70f219.tar.bz2 otp-cd1380fdf78018d1c49678cf985051f48e70f219.zip |
Solve problem with IO deadlock in ct_util_server
Diffstat (limited to 'lib/common_test/src/ct_util.hrl')
-rw-r--r-- | lib/common_test/src/ct_util.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_util.hrl b/lib/common_test/src/ct_util.hrl index c9c6514fa4..7c2e31f40c 100644 --- a/lib/common_test/src/ct_util.hrl +++ b/lib/common_test/src/ct_util.hrl @@ -21,6 +21,7 @@ -define(conn_table,ct_connections). -define(board_table,ct_boards). -define(suite_table,ct_suite_data). +-define(verbosity_table,ct_verbosity_table). -record(conn, {handle, targetref, |