Changeset 3097
- Timestamp:
- 12/19/06 23:08:20 (2 years ago)
- Files:
-
- tools/lime/lib/lime.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/lime/lib/lime.php
r2989 r3097 427 427 $relative_file = $this->get_relative_file($file); 428 428 429 ob_start(array($this, 'process_test_output') , 2);429 ob_start(array($this, 'process_test_output')); 430 430 passthru(sprintf('%s -q "%s" 2>&1', $this->php_cli, $file), $return); 431 431 ob_end_clean();