Browse Source

Add support for PHP's 'extended information for debugger/profiler' mode

pull/647/head
Timm Friebe 12 years ago
parent
commit
ab4ded90f2
  1. 3
      run-tests.php

3
run-tests.php

@ -594,6 +594,9 @@ if (isset($argc) && $argc > 1) {
}
$pass_option_n = true;
break;
case 'e':
$pass_options .= ' -e';
break;
case '--no-clean':
$no_clean = true;
break;

Loading…
Cancel
Save