Changeset 127
- Timestamp:
- 03/03/08 22:01:03 (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Stagehand/TestRunner/AlterationMonitor.php
r124 r127 118 118 119 119 while (true) { 120 print "\nWaiting for changes in the directory [ {$this->_directory} ] ...\n"; 120 print " 121 Waiting for changes in the directory [ {$this->_directory} ] ... 122 "; 121 123 $this->_waitForChanges(); 122 124 123 print "Any changes are detected! Running tests ...\n\n"; 125 print "Any changes are detected! 126 Running tests by the command [ {$this->_command} ] ... 127 128 "; 124 129 $this->_runTests(); 125 130 }
