Changeset 1106

Show
Ignore:
Timestamp:
09/07/08 14:27:20 (3 months ago)
Author:
arnoschn
Message:

adding fatal error, if ci-config.yaml cannot be created

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/arnoschn/cache/lib/utils/scripts/ci-test.php

    r1105 r1106  
    151151        } else { 
    152152            $this->debug('File '.AK_CI_CONFIG_FILE.' does not exist'); 
    153             $this->_createCiConfigFile(); 
     153            $res = $this->_createCiConfigFile(); 
     154            if (!$res) { 
     155                $this->error('Could not create: '.AK_CI_CONFIG_FILE,true); 
     156            } 
    154157            $this->loadSettings(); 
    155158        }