Development

Changeset 3262

You must first sign up to be able to contribute.

Changeset 3262

Show
Ignore:
Timestamp:
01/13/07 15:20:31 (2 years ago)
Author:
fabien
Message:

lime: added return value to lime_harness::run() method

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/lime/lib/lime.php

    r3225 r3262  
    533533      $this->output->echoln(sprintf('Files=%d, Tests=%d', count($this->files), $this->stats['_nb_tests']), 'INFO'); 
    534534    } 
     535 
     536    return $this->stats['_failed_tests'] ? false : true; 
    535537  } 
    536538