diff options
author | Lukas Larsson <[email protected]> | 2012-03-23 16:31:08 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-03-23 16:31:08 +0100 |
commit | 158b7744435e6f8500825b60f9002b5bf0639d6b (patch) | |
tree | 930d9febe6269b619732a9dd191cd5ac0f0eda1e /erts | |
parent | b13b88779b3fbc0ef8bb91a17a5d064cd778e0fa (diff) | |
parent | 1a8f98fa674051cf973652ce16588420525de433 (diff) | |
download | otp-158b7744435e6f8500825b60f9002b5bf0639d6b.tar.gz otp-158b7744435e6f8500825b60f9002b5bf0639d6b.tar.bz2 otp-158b7744435e6f8500825b60f9002b5bf0639d6b.zip |
Merge branch 'lukas/common_test/fix_disable_builtin_hooks_from_spec/OTP-10009' into maint
* lukas/common_test/fix_disable_builtin_hooks_from_spec/OTP-10009:
Change default of enable builtin hooks to undefined
Disable built in hooks for emulator
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/test/emulator.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/test/emulator.spec b/erts/emulator/test/emulator.spec index 1ea751cc3b..7a6dd83020 100644 --- a/erts/emulator/test/emulator.spec +++ b/erts/emulator/test/emulator.spec @@ -1 +1,2 @@ +{enable_builtin_hooks, false}. {suites,"../emulator_test",all}. |