Changeset 127

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

- Improved messages.

Files:
1 modified

Legend:

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

    r124 r127  
    118118 
    119119        while (true) { 
    120             print "\nWaiting for changes in the directory [ {$this->_directory} ] ...\n"; 
     120            print " 
     121Waiting for changes in the directory [ {$this->_directory} ] ... 
     122"; 
    121123            $this->_waitForChanges(); 
    122124 
    123             print "Any changes are detected! Running tests ...\n\n"; 
     125            print "Any changes are detected! 
     126Running tests by the command [ {$this->_command} ] ... 
     127 
     128"; 
    124129            $this->_runTests(); 
    125130        }