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