Commit 0464226c authored by Jérome Perrin's avatar Jérome Perrin

🚧 run on zope2 🚧

parent b1874e64
......@@ -33,9 +33,12 @@ import sys
from slapos.testing.testcase import makeModuleSetUpAndTestCaseClass
_setUpModule, SlapOSInstanceTestCase = makeModuleSetUpAndTestCaseClass(
if 1:
_setUpModule, SlapOSInstanceTestCase = makeModuleSetUpAndTestCaseClass(
os.path.abspath(
os.path.join(os.path.dirname(__file__), '..', '..', 'software.cfg')))
else:
_setUpModule, SlapOSInstanceTestCase = makeModuleSetUpAndTestCaseClass('/srv/slapgrid/slappart15/srv/project/slapos-clean/software/erp5/software.cfg')
setup_module_executed = False
......
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