From d5d5c5f1f0fee5f9198620a8cd2f07d67c515cc4 Mon Sep 17 00:00:00 2001 From: Alexandre Boeglin <alex@nexedi.com> Date: Thu, 3 Feb 2005 08:21:38 +0000 Subject: [PATCH] We now create the unit test log file in $INSTANCE_HOME/tests . git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2393 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/tests/runUnitTest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/product/ERP5Type/tests/runUnitTest.py b/product/ERP5Type/tests/runUnitTest.py index 2d0cf5f476..bb17d63014 100755 --- a/product/ERP5Type/tests/runUnitTest.py +++ b/product/ERP5Type/tests/runUnitTest.py @@ -24,6 +24,8 @@ def runUnitTestList(test_list) : os.environ['SOFTWARE_HOME'] = software_home os.environ['COPY_OF_INSTANCE_HOME'] = instance_home os.environ['COPY_OF_SOFTWARE_HOME'] = software_home + os.environ['EVENT_LOG_FILE'] = os.path.join(tests_home, 'zLOG.log') + os.environ['EVENT_LOG_SEVERITY'] = '-300' execfile(os.path.join(tests_framework_home, 'framework.py')) -- 2.30.9