From 6fcadc9e5809f715bde640860412365f271d3a89 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Thu, 15 Mar 2012 17:40:50 +0100 Subject: Disable built in hooks for emulator This fixes a problem with node_container_SUITE:iter_max_procs/1 not working with redirect_log hook. --- erts/emulator/test/emulator.spec | 1 + 1 file changed, 1 insertion(+) (limited to 'erts') 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}. -- cgit v1.2.3