lox / regreph

A tool for detecting performance regressions in PHP codebases
50 stars 2 forks source link

Return exit codes #20

Open hkdobrev opened 10 years ago

hkdobrev commented 10 years ago

Exit codes are now returned by the execute() function of the Regreph command.

This allows the caller to decide what to do with them. The PHP execution is not stopped immediately.

Constants for the exit codes are introduced.