Changeset 834

Show
Ignore:
Timestamp:
08/11/07 15:48:22
Author:
dokai
Message:

Updated the name of the PCL-Core test environment config.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • buildout/pcl.buildout/trunk/init_postgresql.py

    r833 r834  
    2020 
    2121test_env_tmpl = """\ 
    22 [test-environment] 
     22[pclcore-test-environment] 
    2323PCLCORE_DSN = host=localhost dbname=%(dbname)s port=%(port)s 
    2424""" 
     
    8686        # test configuration and run the buildout again so that the 
    8787        # test runner gets updated. 
    88         open('test-environment.cfg', 'w').write(test_env_tmpl % dict(port=port, dbname=PGDBNAME)) 
     88        open('pclcore-test-environment.cfg', 'w').write(test_env_tmpl % dict(port=port, dbname=PGDBNAME)) 
    8989        system('./bin/buildout') 
    9090 
  • buildout/pcl.buildout/trunk/pcl-core.cfg

    r831 r834  
    22extends = 
    33    dependencies.cfg 
    4     test-environment.cfg 
     4    pclcore-test-environment.cfg 
    55index = http://download.zope.org/ppix 
    66parts =  
     
    4646defaults = ['--auto-color', '-v'] 
    4747script = test 
    48 environment = test-environment 
     48environment = pclcore-test-environment