Re: [Rails] Re: Re: Re: Re: Re: Re: Re: Re: Re: rake test:unit gives Command failed with status (1):
On 20 November 2010 21:50, Neil Bye <lists@ruby-forum.com> wrote:
> neil@baby6:~/wagging_tales$ ruby -I test test/unit/story_test.rb
> ruby index.rb <data dir> <index dir>
> neil@baby6:~/wagging_tales$
What happens if you put a trivial ruby program there and try and run
it? Make a file test/unit/puts.rb and in it put just one line
puts "hello"
then run it
ruby test/unit/puts.rb
If that works (display hello obviously) then it is something about
your test files. Empty one of the test files, and gradually build it
back up until it starts to fail. That will hopefully give us a clue
as to what is going on.
Colin
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment