Changeset 128
- Timestamp:
- 03/03/08 22:01:16 (10 months ago)
- Files:
-
- 1 modified
-
trunk/src/Stagehand/TestRunner.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Stagehand/TestRunner.php
r126 r128 201 201 } 202 202 203 if (!preg_match('/(?:test |spec)runner(?:\.bat)?$/', $command)) {203 if (!preg_match('/(?:testrunner(?:-st)?|specrunner)(?:\.bat)?$/', $command)) { 204 204 $configFile = get_cfg_var('cfg_file_path'); 205 205 if ($configFile !== false) {
