diff options
author | Peter Andersson <[email protected]> | 2016-11-11 10:37:34 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2016-11-11 10:37:34 +0100 |
commit | 867f7d604dff7d9ab34ca349e0ca3f29eba5c424 (patch) | |
tree | 88a4f6eaeca28ab2fc8e85c5504df1f7d6075995 /lib/common_test/src/Makefile | |
parent | 395d2566808801af72e9b699639a6ec241ba4b28 (diff) | |
parent | 349c39e875e0af1bf42dcbc171a47d824401840e (diff) | |
download | otp-867f7d604dff7d9ab34ca349e0ca3f29eba5c424.tar.gz otp-867f7d604dff7d9ab34ca349e0ca3f29eba5c424.tar.bz2 otp-867f7d604dff7d9ab34ca349e0ca3f29eba5c424.zip |
Merge branch 'peppe/common_test/fix_default_gl/ERL-279/OTP-13973' into maint
* peppe/common_test/fix_default_gl/ERL-279/OTP-13973:
Fix problem with printouts to incorrect parent group leader
OTP-13973
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 \ |