From 5ca095edd2dce00ac17e5eb9f390599b28697fdf Mon Sep 17 00:00:00 2001
From: Julien Muchembled <jm@nexedi.com>
Date: Mon, 27 Dec 2010 18:01:56 +0000
Subject: [PATCH] runUnitTest: fix new --instance_home option

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41809 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/tests/runUnitTest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Type/tests/runUnitTest.py b/product/ERP5Type/tests/runUnitTest.py
index f74ffe42c5..65fadc2836 100755
--- a/product/ERP5Type/tests/runUnitTest.py
+++ b/product/ERP5Type/tests/runUnitTest.py
@@ -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
-- 
2.30.9