Cross Reference: firefox-04-check_test.patch
xref
: /
solaris-userland
/
components
/
desktop
/
firefox
/
patches
/
firefox-04-check_test.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
5253
N/A
This patch is for testing. Potential for sending upstream.
5253
N/A
5525
N/A
diff --git
a/testing/runcppunittests.py
b/testing/runcppunittests.py
5525
N/A
---
a/testing/runcppunittests.py
5525
N/A
+++
b/testing/runcppunittests.py
5525
N/A
@@ -103,6 +103,8 @@
5525
N/A
libpath =
self.xre_path
5253
N/A
if
mozinfo.os
== "linux":
5253
N/A
pathvar = "LD_LIBRARY_PATH"
5253
N/A
+ if
mozinfo.os
== "unix":
5253
N/A
+ pathvar = "LD_LIBRARY_PATH"
5253
N/A
elif
mozinfo.os
== "mac":
5525
N/A
applibpath =
os.path.join
(
os.path.dirname
(libpath), 'MacOS')
5525
N/A
if
os.path.exists
(applibpath):