source: products/vendor/Products.CacheSetup/current/Products/CacheSetup/tests/test.bat @ 3296

Last change on this file since 3296 was 3296, checked in by fenix, 12 years ago

Load Products.CacheSetup?-1.2.1 into vendor/Products.CacheSetup?/current.

File size: 571 bytes
Line 
1@echo off
2
3REM Invoking unit test directly doesn't work anymore on Plone 2.5.1
4REM See http://plone.org/documentation/error/attributeerror-test_user_1_
5
6set PYTHON=C:\Plone-2.5.5\Python\python.exe
7set ZOPE_HOME=C:\Plone-2.5.5\Zope
8set INSTANCE_HOME=C:\Plone-2.5.5\Data
9set SOFTWARE_HOME=%ZOPE_HOME%\lib\python
10set CONFIG_FILE=%INSTANCE_HOME%\etc\zope.conf
11set PYTHONPATH=%SOFTWARE_HOME%
12set TEST_RUN=%ZOPE_HOME%\bin\test.py
13
14"%PYTHON%" "%TEST_RUN%" --config-file="%CONFIG_FILE%" --usecompiled -vp --package-path=%INSTANCE_HOME%/Products/CacheSetup Products.CacheSetup
Note: See TracBrowser for help on using the repository browser.