From 3976e56bfe58c38f4413ef25677edbc2a375b384 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 12 Mar 2013 11:58:50 -0700 Subject: [PATCH] Disable debuginfo tests on mac since gdb requires root --- mk/tests.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mk/tests.mk b/mk/tests.mk index 549741ddd65f..33a828d6e678 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -386,6 +386,10 @@ ifeq ($(CFG_GDB),) CTEST_DISABLE_debuginfo = "no gdb found" endif +ifeq ($(CFG_OSTYPE),apple-darwin) +CTEST_DISABLE_debuginfo = "gdb on darwing needs root" +endif + define DEF_CTEST_VARS # All the per-stage build rules you might want to call from the