aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-08-05 13:39:37 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-08-05 13:39:37 +0100
commit53fd4502a1097233ecc0258011ace8f4a579cc26 (patch)
treed90a8a906af14d070500fe6e363c3b6aa2967498 /buildconfigs
parent5239cb1be72929e408d645d35783697fa3d8e6e7 (diff)
downloadxen-53fd4502a1097233ecc0258011ace8f4a579cc26.tar.gz
xen-53fd4502a1097233ecc0258011ace8f4a579cc26.tar.bz2
xen-53fd4502a1097233ecc0258011ace8f4a579cc26.zip
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 <xen@flonatel.org>
Diffstat (limited to 'buildconfigs')
-rw-r--r--buildconfigs/enable-xen-config2
1 files changed, 2 insertions, 0 deletions
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