# HG changeset patch # User Gregory Szorc # Date 1527813352 25200 # Node ID c3afc68aab2c175165f73ded98a4d2a34decbabe # Parent 31c2db6e5e3d37af772f4570fb6cef246b379cf0 Bug 1465996 - Disable l10n-check in code coverage builds; r=ted Because we don't care about them for this build configuration. MozReview-Commit-ID: JKEN2pN2x4K diff --git a/browser/config/mozconfigs/linux64/code-coverage b/browser/config/mozconfigs/linux64/code-coverage --- a/browser/config/mozconfigs/linux64/code-coverage +++ b/browser/config/mozconfigs/linux64/code-coverage @@ -1,8 +1,10 @@ +MOZ_AUTOMATION_L10N_CHECK=0 + . "$topsrcdir/browser/config/mozconfigs/linux64/nightly" TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir} ac_add_options --disable-install-strip ac_add_options --disable-elf-hack ac_add_options --enable-debug ac_add_options --disable-sandbox