Changeset 957

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

changing permissions of tmp dir to world writeable for the testing

Files:

Legend:

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

    r949 r957  
    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("chmod -Rf 777 ".$this->_testDir.DS.'tmp', true); 
    5455        $this->_execute("cp -Rf ".$this->_akelosPath.DS.'test'."   ".$this->_testDir.DS, true); 
    5556    }