diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /testing/xpcshell/remotexpcshelltests.py | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-adbda400be353e676059e335c3c0aaf99e719475.tar.xz firefox-adbda400be353e676059e335c3c0aaf99e719475.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/xpcshell/remotexpcshelltests.py')
-rw-r--r-- | testing/xpcshell/remotexpcshelltests.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/testing/xpcshell/remotexpcshelltests.py b/testing/xpcshell/remotexpcshelltests.py index 8fe89ebfdd..3375b38a57 100644 --- a/testing/xpcshell/remotexpcshelltests.py +++ b/testing/xpcshell/remotexpcshelltests.py @@ -652,12 +652,7 @@ class XPCShellRemote(xpcshell.XPCShellTests, object): self.pushLibs() else: - localB2G = os.path.join(self.options["objdir"], "dist", "b2g") - if os.path.exists(localB2G): - self.device.push(localB2G, self.remoteBinDir) - self.device.chmod(self.remoteBinDir) - else: - raise Exception("unable to install gre: no APK and not b2g") + raise Exception("unable to install gre: no APK") def pushLibs(self): pushed_libs_count = 0 |