[Erp5-report] r35121 leonardo - /erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun May 9 08:08:19 CEST 2010


Author: leonardo
Date: Sun May  9 08:08:17 2010
New Revision: 35121

URL: http://svn.erp5.org?rev=35121&view=rev
Log:
Launch firefox in '-no-remote' mode so other firefox profiles can run at the same time

Modified:
    erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py

Modified: erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py?rev=35121&r1=35120&r2=35121&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py [utf8] Sun May  9 08:08:17 2010
@@ -249,7 +249,8 @@
   
     if self.run_only:
       url_string = url_string.replace('/portal_tests/', '/portal_tests/%s/' % self.run_only, 1)
-    pid = os.spawnlp(os.P_NOWAIT, "firefox", "firefox", "-profile", self.profile_dir,
+    pid = os.spawnlp(os.P_NOWAIT, "firefox", "firefox",
+        "-no-remote", "-profile", self.profile_dir,
         url_string)
     os.environ['MOZ_NO_REMOTE'] = '0'
     print 'firefox : %d' % pid




More information about the Erp5-report mailing list