Changeset 958

Show
Ignore:
Timestamp:
07/25/08 05:44:40 (3 months ago)
Author:
arnoschn
Message:

ci test debugging

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/arnoschn/cache/CiTestsTask.php

    r957 r958  
    5252        $this->_execute("touch ".$this->_testDir.DS.'log'.DS."testing.log", true); 
    5353        $this->_execute("chmod 777 ".$this->_testDir.DS.'log'.DS."testing.log", true); 
     54        $this->_execute("cp -Rf ".$this->_akelosPath.DS.'test'."   ".$this->_testDir.DS, true); 
    5455        $this->_execute("chmod -Rf 777 ".$this->_testDir.DS.'tmp', true); 
    55         $this->_execute("cp -Rf ".$this->_akelosPath.DS.'test'."   ".$this->_testDir.DS, true); 
    5656    } 
    5757    private function _execute($cmd,$execute=true)