From: Farrel Lifson Date: 2007-02-13T06:10:44+09:00 Subject: make test-all fails I've compiled the Ruby source from trunk (r11707) but make test-all is failing with the following error: ./miniruby ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console "./ruby ./test/runner.rb --basedir=./test --runner=console" /home/farrel/Projects/ruby/lib/test/unit/collector/dir.rb:90:in `require': syntax error, unexpected keyword_end (SyntaxError) syntax error, unexpected keyword_end, expecting '}' from /home/farrel/Projects/ruby/lib/test/unit/collector/dir.rb:90:in `collect_file' from /home/farrel/Projects/ruby/lib/test/unit/collector/dir.rb:73:in `block in recursive_collect' dir.rb has not been changed in a while (2006-10-16) so is this affecting anyone else? I don't want to run make install as I'd just like to experiment with the C code a bit and not interfere with my working installation of Ruby. Farrel