Changeset 128

Show
Ignore:
Timestamp:
03/03/08 22:01:16 (10 months ago)
Author:
iteman
Message:

- A minor fix.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/Stagehand/TestRunner.php

    r126 r128  
    201201        } 
    202202 
    203         if (!preg_match('/(?:test|spec)runner(?:\.bat)?$/', $command)) { 
     203        if (!preg_match('/(?:testrunner(?:-st)?|specrunner)(?:\.bat)?$/', $command)) { 
    204204            $configFile = get_cfg_var('cfg_file_path'); 
    205205            if ($configFile !== false) {