diff options
author | Lukas Larsson <[email protected]> | 2012-03-15 17:40:50 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-03-21 14:48:08 +0100 |
commit | 6fcadc9e5809f715bde640860412365f271d3a89 (patch) | |
tree | 64a1aa1276cc8db92484a602f241176c8d6558c5 /erts/emulator | |
parent | 37827c8f57036cec67c4d9460c02c468aa615155 (diff) | |
download | otp-6fcadc9e5809f715bde640860412365f271d3a89.tar.gz otp-6fcadc9e5809f715bde640860412365f271d3a89.tar.bz2 otp-6fcadc9e5809f715bde640860412365f271d3a89.zip |
Disable built in hooks for emulator
This fixes a problem with node_container_SUITE:iter_max_procs/1
not working with redirect_log hook.
Diffstat (limited to 'erts/emulator')
-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}. |