Changeset 1109
- Timestamp:
- 09/07/08 14:41:34 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/arnoschn/cache/lib/utils/scripts/ci-test.php
r1108 r1109 365 365 function _promptForTestingUrl($test_installation) 366 366 { 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))) { 368 368 $this->error('Could not verify the testing url. Please make sure a webserver is running and handling that request.'); 369 369 }
