diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-03-12 11:58:50 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-03-12 11:58:50 -0700 |
| commit | 3976e56bfe58c38f4413ef25677edbc2a375b384 (patch) | |
| tree | e1df7b7d2889d962b1840d8cceec09741ecfbd36 | |
| parent | 61524251800ba5408166b45ef640f87da965dd73 (diff) | |
Disable debuginfo tests on mac since gdb requires root
| -rw-r--r-- | mk/tests.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/tests.mk b/mk/tests.mk index 549741ddd65..33a828d6e67 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 |
