Changeset 955

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

adding debugging for config file location

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/arnoschn/cache/script/extras/xinc-ci_tests.php

    r948 r955  
    3232    function __construct($args) 
    3333    { 
    34         if (!is_file($this->config_file())) die('Not sure where I am and where config/config.php is. Run from inside the test/* folders.'); 
     34        if (!is_file($this->config_file())) die('Not sure where I am and where config/config.php is ('.$this->config_file().'). Run from inside the test/* folders.'); 
    3535 
    3636        $this->loadSettings();