Changeset 1122

Show
Ignore:
Timestamp:
09/08/08 05:56:07 (3 months ago)
Author:
arnoschn
Message:

fixing disabling of test case

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/arnoschn/cache/lib/utils/scripts/ci-test.php

    r1120 r1122  
    442442        if (!in_array(strtolower($memcachedInstalled),array('y','yes','si','ja','1'))) { 
    443443            $installation = $this->settings['test-installation']; 
    444             $memcacheTestConfigFile = $installation.DS.'test'.DS.'unit'.DS.'suites'.DS.'config'.DS.'memcached'; 
     444            $memcacheTestConfigFile = $installation.DS.'test'.DS.'unit'.DS.'config'.DS.'memcached'; 
    445445            file_put_contents($memcacheTestConfigFile,'0'); 
    446446            return; 
     
    452452                    $this->error('Could not create caching.yml. Disabling memcached support.'); 
    453453                    $installation = $this->settings['test-installation']; 
    454                     $memcacheTestConfigFile = $installation.DS.'test'.DS.'unit'.DS.'suites'.DS.'config'.DS.'memcached'; 
     454                    $memcacheTestConfigFile = $installation.DS.'test'.DS.'unit'.DS.'config'.DS.'memcached'; 
    455455                    file_put_contents($memcacheTestConfigFile,'0'); 
    456456                    return;