Changeset 1109

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

--

Files:

Legend:

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

    r1108 r1109  
    365365    function _promptForTestingUrl($test_installation) 
    366366    { 
    367         while ((($testingUrl = $this->promptUserVar('Please provide the testing url of the webserver (example: http://localhost/test/fixtures/public)') && !$this->_checkWebServer($testingUrl,$test_installation)))) { 
     367        while ((($testingUrl = $this->promptUserVar('Please provide the testing url of the webserver (example: http://localhost/test/fixtures/public)')) && !$this->_checkWebServer($testingUrl,$test_installation))) { 
    368368            $this->error('Could not verify the testing url. Please make sure a webserver is running and handling that request.'); 
    369369        }