Commit d5d5c5f1 authored by Alexandre Boeglin's avatar Alexandre Boeglin

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
parent 94eaba7d
......@@ -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'))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment