Changeset 961
- Timestamp:
- 07/25/08 06:02:52 (2 months ago)
- Files:
-
- branches/arnoschn/cache/CiTestsTask.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/arnoschn/cache/CiTestsTask.php
r959 r961 54 54 $this->_execute("cp -Rf ".$this->_akelosPath.DS.'test'." ".$this->_testDir.DS, true); 55 55 $this->_execute("chmod -Rf 777 ".$this->_testDir.DS.'test'.DS.'tmp', true); 56 $this->_execute("chmod -Rf 777 ".$this->_testDir.DS.'test'.DS.'*', true); 56 57 } 57 58 private function _execute($cmd,$execute=true)
