Changeset 1107
- Timestamp:
- 09/07/08 14:32:21 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/arnoschn/cache/lib/utils/scripts/ci-test.php
r1106 r1107 39 39 40 40 $this->args = $args; 41 if (in_array('-d',$this->args)) { 42 $this->debug = true; 43 } 41 44 if (!$this->_isConfigured()) { 42 45
