Re: [Ironruby-core] running tests on server 2008

2008-05-11 Thread Peter Bacon Darwin
The chdir_spec warnings are to do with block-less calls to chdir within a block attached to another call to chdir. The following code does not raise a warning... irb(main):001:0> Dir.chdir("c:\\Windows") do irb(main):002:1* puts Dir.pwd irb(main):003:1> Dir.chdir("System32") do irb

Re: [Ironruby-core] running tests on server 2008

2008-05-09 Thread John Lam (IRONRUBY)
Chris Ortman: > Sorry, didn't mean to send yet > I am having the same behavior running from c:\ironruby > > I think that calling ruby.exe spec_runner.rb is returning the number of > failures as the return code and that is causing the problemthat's > the only thing I can think of the 99 com

Re: [Ironruby-core] running tests on server 2008

2008-05-09 Thread Peter Bacon Darwin
] running tests on server 2008 Sorry, didn't mean to send yet I am having the same behavior running from c:\ironruby I think that calling ruby.exe spec_runner.rb is returning the number of failures as the return code and that is causing the problemthat's the only thing I can think of the

Re: [Ironruby-core] running tests on server 2008

2008-05-08 Thread Chris Ortman
Sorry, didn't mean to send yet I am having the same behavior running from c:\ironruby I think that calling ruby.exe spec_runner.rb is returning the number of failures as the return code and that is causing the problemthat's the only thing I can think of the 99 coming from anyway. On Thu,

Re: [Ironruby-core] running tests on server 2008

2008-05-08 Thread Chris Ortman
I do get the same results if I run this from c:\ironruby. On Thu, May 8, 2008 at 11:20 AM, John Lam (IRONRUBY) <[EMAIL PROTECTED]> wrote: > Chris Ortman: > >> Q:\ironruby>rake rspec >> (in Q:/ironruby) >> ./chdir_spec.rb:19: warning: conflicting chdir during another chdir >> block >> ... >> 499 e

Re: [Ironruby-core] running tests on server 2008

2008-05-08 Thread John Lam (IRONRUBY)
Chris Ortman: > Q:\ironruby>rake rspec > (in Q:/ironruby) > ./chdir_spec.rb:19: warning: conflicting chdir during another chdir > block > ... > 499 examples, 99 failures > rake aborted! > Command failed with status (99): ["ruby.exe" spec_runner.rb - - > summary...] Q:/ironruby/rakefile:234:in `inv

[Ironruby-core] running tests on server 2008

2008-05-08 Thread Chris Ortman
Is anyone using windows server 2008 for ruby / ironruby? I am trying to run rake rspec and get an error when it gets to the summary: Q:\ironruby>rake rspec (in Q:/ironruby) ./chdir_spec.rb:19: warning: conflicting chdir during another chdir block ./chdir_spec.rb:10: warning: conflicting chdir dur