diff options
author | Lukas Larsson <[email protected]> | 2011-09-19 11:17:28 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-09-20 16:01:39 +0200 |
commit | 4bd25eb6aa89d15509148a0b9a5da64a035be841 (patch) | |
tree | 4792c04a48b3e5da0a50d5c29dfb23de198f81ea /lib/common_test/src/Makefile | |
parent | 97273a38297ab03f727c4c7bdbb3b0491bdcfb8f (diff) | |
download | otp-4bd25eb6aa89d15509148a0b9a5da64a035be841.tar.gz otp-4bd25eb6aa89d15509148a0b9a5da64a035be841.tar.bz2 otp-4bd25eb6aa89d15509148a0b9a5da64a035be841.zip |
Add a hook for redirecting SASL and error_logger messages
SASL and error_logger messaged can now be redirected to the
common_test log using a hook which is bundled with common_test.
Diffstat (limited to 'lib/common_test/src/Makefile')
-rw-r--r-- | lib/common_test/src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/src/Makefile b/lib/common_test/src/Makefile index 84b122b5e4..51624fbde7 100644 --- a/lib/common_test/src/Makefile +++ b/lib/common_test/src/Makefile @@ -69,7 +69,8 @@ MODULES= \ ct_config_xml \ ct_slave \ ct_hooks\ - ct_hooks_lock + ct_hooks_lock\ + cth_log_redirect TARGET_MODULES= $(MODULES:%=$(EBIN)/%) |