[Erp5-report] r41809 jm - /erp5/trunk/products/ERP5Type/tests/runUnitTest.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 27 19:01:57 CET 2010


Author: jm
Date: Mon Dec 27 19:01:56 2010
New Revision: 41809

URL: http://svn.erp5.org?rev=41809&view=rev
Log:
runUnitTest: fix new --instance_home option

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

Modified: erp5/trunk/products/ERP5Type/tests/runUnitTest.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/runUnitTest.py?rev=41809&r1=41808&r2=41809&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/runUnitTest.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/runUnitTest.py [utf8] Mon Dec 27 19:01:56 2010
@@ -700,7 +700,7 @@ def main():
       os.environ["PRODUCTS_PATH"] = arg
     elif opt == "--sys_path":
       sys.path.extend(arg.split(','))
-    elif opt == "instance_home=":
+    elif opt == "--instance_home":
       instance_home = os.path.abspath(arg)
 
   global tests_home



More information about the Erp5-report mailing list