From 53fd4502a1097233ecc0258011ace8f4a579cc26 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 5 Aug 2009 13:39:37 +0100 Subject: xm-test: Disable DEBUG_STACK_USAGE which breaks test cases The unnecessary 'used greatest stack depth' messages on the console breaks xm-test cases by random. Typically a testcase reads input from the console and parses it. When DEBUG_STACK_USAGE is enabled, these stack usage messages are printed by random - the test case reads this message, cannot handle it and fails. Signed-off-by: Andreas Florath --- buildconfigs/enable-xen-config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildconfigs') diff --git a/buildconfigs/enable-xen-config b/buildconfigs/enable-xen-config index 5483ddd403..2bef15a0eb 100644 --- a/buildconfigs/enable-xen-config +++ b/buildconfigs/enable-xen-config @@ -62,6 +62,8 @@ setopt CONFIG_LOCALVERSION_AUTO n setopt CONFIG_BRIDGE y +setopt CONFIG_DEBUG_STACK_USAGE n + # Should all be set one way or another in defconfig but aren't setopt CONFIG_NUMA n setopt CONFIG_X86_VSMP n -- cgit v1.2.3