Changeset 957
- Timestamp:
- 07/25/08 05:27:51 (3 months ago)
- Files:
-
- branches/arnoschn/cache/CiTestsTask.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/arnoschn/cache/CiTestsTask.php
r949 r957 52 52 $this->_execute("touch ".$this->_testDir.DS.'log'.DS."testing.log", true); 53 53 $this->_execute("chmod 777 ".$this->_testDir.DS.'log'.DS."testing.log", true); 54 $this->_execute("chmod -Rf 777 ".$this->_testDir.DS.'tmp', true); 54 55 $this->_execute("cp -Rf ".$this->_akelosPath.DS.'test'." ".$this->_testDir.DS, true); 55 56 }
