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/Makefile | |
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/Makefile')
-rw-r--r-- | lib/common_test/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/src/Makefile b/lib/common_test/src/Makefile index 0f9e044f9e..9d751996ad 100644 --- a/lib/common_test/src/Makefile +++ b/lib/common_test/src/Makefile @@ -80,6 +80,7 @@ MODULES= \ ct_groups \ ct_property_test \ ct_release_test \ + ct_default_gl \ erl2html2 \ test_server_ctrl \ test_server_gl \ |