Nobuyoshi Nakada | 15 May 09:54
Favicon
Gravatar

Re: Strange bug with common.mk, File, Test::Unit

Hi,

At Thu, 15 May 2008 13:28:31 +0900,
Daniel Berger wrote in [ruby-core:16777]:
> daniel-bergers-computer:~/src/ruby/ruby-1.8.6-p114 djberge$ make test-array
> ./miniruby  ./runruby.rb --extout=.ext -- "./test/runner.rb" 
> --basedir="./test/core/Array" --runner=console
> Loaded suite .
> Started
> 
> Finished in 0.000144 seconds.
> 
> 0 tests, 0 assertions, 0 failures, 0 errors
> 
> Ok, no problem, the directory doesn't exist, so no tests run.

Really?  I get the error like your test-file, with

$ make TESTSDIR='$(srcdir)/test/core/Array' test-all

> What the heck is going on here? Some sort of strange scoping bug with 
> regards to "File"? I can't narrow it down.

it rather seems a problem that test-arry works.

--

-- 
Nobu Nakada


Gmane