Cross Reference: firefox-08-skip_mozbuild_test.patch
xref
: /
solaris-userland-s11u3
/
components
/
desktop
/
firefox
/
patches
/
firefox-08-skip_mozbuild_test.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
7033
N/A
For testing. Runs the test from a different environment than the Mozilla
7033
N/A
default.
7033
N/A
7033
N/A
diff --git
a/python/mozbuild/mozbuild/test/test_base.py
b/python/mozbuild/mozbuild/test/test_base.py
7033
N/A
---
a/python/mozbuild/mozbuild/test/test_base.py
7033
N/A
+++
b/python/mozbuild/mozbuild/test/test_base.py
7033
N/A
@@ -393,5 +393,5 @@
7033
N/A
self.assertEqual
(
p.srcdir_path
(), "
/src/foo/bar
")
7033
N/A
self.assertEqual
(
p.objdir_path
(), "
/src/obj/foo/bar
")
7033
N/A
7033
N/A
-if __name__ == '__main__':
7033
N/A
- main()
7033
N/A
+#if __name__ == '__main__':
7033
N/A
+# main()
7033
N/A
diff --git
a/python/mozbuild/mozbuild/test/test_mozconfig.py
b/python/mozbuild/mozbuild/test/test_mozconfig.py
7033
N/A
---
a/python/mozbuild/mozbuild/test/test_mozconfig.py
7033
N/A
+++
b/python/mozbuild/mozbuild/test/test_mozconfig.py
7033
N/A
@@ -477,5 +477,5 @@
7033
N/A
self.assertEquals
(
e.exception.output
, ['hello world'])
7033
N/A
7033
N/A
7033
N/A
-if __name__ == '__main__':
7033
N/A
- main()
7033
N/A
+#if __name__ == '__main__':
7033
N/A
+# main()