diff options
author | Peter Andersson <[email protected]> | 2016-10-17 14:52:59 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2016-10-24 11:35:27 +0200 |
commit | 349c39e875e0af1bf42dcbc171a47d824401840e (patch) | |
tree | b1e73edc9b7618e2f0109d997a300608cde38a3b /lib/common_test/src/ct_util.hrl | |
parent | 1550204bed17ecdcc59a53332bcdfa2ba246944a (diff) | |
download | otp-349c39e875e0af1bf42dcbc171a47d824401840e.tar.gz otp-349c39e875e0af1bf42dcbc171a47d824401840e.tar.bz2 otp-349c39e875e0af1bf42dcbc171a47d824401840e.zip |
Fix problem with printouts to incorrect parent group leader
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 d7efa26863..039c8168ec 100644 --- a/lib/common_test/src/ct_util.hrl +++ b/lib/common_test/src/ct_util.hrl @@ -23,6 +23,7 @@ -define(board_table,ct_boards). -define(suite_table,ct_suite_data). -define(verbosity_table,ct_verbosity_table). +-define(def_gl, ct_default_gl). -record(conn, {handle, targetref, |