Changeset 1114
- Timestamp:
- 09/08/08 04:31:13 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/arnoschn/cache/lib/utils/scripts/ci-test.php
r1113 r1114 411 411 } 412 412 413 $routing = copy(AK_BASE_DIR.DS.'config'.DS.'DEFAULT-routes.php',$testDir.DS.'config'.DS.'routes.php'); 414 415 if (!$routing) { 416 $this->error('Could not copy routing file to '.$testDir.DS.'config'.DS.'routes.php',true); 417 } 413 418 414 419 if ($ret!=0) {
