Changeset 339
- Timestamp:
- 06/01/07 07:36:30 (2 years ago)
- Files:
-
- version_0/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
version_0/Rakefile
r331 r339 145 145 $eventmachine_library = libr 146 146 $LOAD_PATH.unshift('tests') 147 $stderr.puts "Checking for test cases:" if t.verbose147 $stderr.puts "Checking for test cases:" #if t.verbose 148 148 Dir["tests/#{test_filename_filter}"].each do |testcase| 149 $stderr.puts "\t#{testcase}" if t.verbose149 $stderr.puts "\t#{testcase}" #if t.verbose 150 150 load testcase 151 151 end