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