Changeset 961

Show
Ignore:
Timestamp:
07/25/08 06:02:52 (2 months ago)
Author:
arnoschn
Message:

changing permission of test installation so the testcase can create models on the fly

Files:

Legend:

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

    r959 r961  
    5454        $this->_execute("cp -Rf ".$this->_akelosPath.DS.'test'."   ".$this->_testDir.DS, true); 
    5555        $this->_execute("chmod -Rf 777 ".$this->_testDir.DS.'test'.DS.'tmp', true); 
     56        $this->_execute("chmod -Rf 777 ".$this->_testDir.DS.'test'.DS.'*', true); 
    5657    } 
    5758    private function _execute($cmd,$execute=true)