From 791aa236d26e3a427c32d243963918b10f6a143b Mon Sep 17 00:00:00 2001 From: Florin Strugariu Date: Mon, 21 Jan 2019 14:58:30 +0000 Subject: [PATCH] Bug 1521459 Add the certutil path to 'LD_LIBRARY_PATH' variable when running a local android tp6 run r=rwood Differential Revision: https://phabricator.services.mozilla.com/D16970 --HG-- extra : moz-landing-system : lando --- testing/raptor/raptor/playback/mitmproxy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/raptor/raptor/playback/mitmproxy.py b/testing/raptor/raptor/playback/mitmproxy.py index 6bae9aa51076..6194b2a6d1c0 100644 --- a/testing/raptor/raptor/playback/mitmproxy.py +++ b/testing/raptor/raptor/playback/mitmproxy.py @@ -396,6 +396,7 @@ class MitmproxyAndroid(Mitmproxy): if self.config['run_local']: # when running locally, it is found in the Firefox desktop build (..obj../dist/bin) self.certutil = os.path.join(self.config['obj_path'], 'dist', 'bin') + os.environ['LD_LIBRARY_PATH'] = self.certutil else: # must download certutil inside hostutils via tooltool; use this manifest: # mozilla-central/testing/config/tooltool-manifests/linux64/hostutils.manifest