components/desktop/firefox/patches/firefox22-76-skip_mozbuild_test.patch
changeset 5527 611b2d6efdfe
parent 5526 570ac9aab8b2
child 5528 f2f5af510081
--- a/components/desktop/firefox/patches/firefox22-76-skip_mozbuild_test.patch	Tue Mar 01 10:33:35 2016 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-For testing. Runs the test from a different environment than the Mozilla 
-default. Needs further investigation. 
-
---- mozilla-esr31/python/mozbuild/mozbuild/test/test_mozconfig.py.orig	2015-06-04 17:42:52.122873933 -0700
-+++ mozilla-esr31/python/mozbuild/mozbuild/test/test_mozconfig.py	2015-06-04 17:42:52.133296079 -0700
-@@ -477,5 +477,5 @@
-             self.assertEquals(e.exception.output, ['hello world'])
- 
- 
--if __name__ == '__main__':
--    main()
-+#if __name__ == '__main__':
-+#    main()
---- mozilla-esr31/python/mozbuild/mozbuild/test/test_base.py.orig	2015-06-04 17:42:52.128263022 -0700
-+++ mozilla-esr31/python/mozbuild/mozbuild/test/test_base.py	2015-06-04 17:42:52.133425656 -0700
-@@ -393,5 +393,5 @@
-         self.assertEqual(p.srcdir_path(), "/src/foo/bar")
-         self.assertEqual(p.objdir_path(), "/src/obj/foo/bar")
- 
--if __name__ == '__main__':
--    main()
-+#if __name__ == '__main__':
-+#    main()