cd /path/to/typo
irb
status = system("rake test")
# is status == true?
status = system("rake test > /dev/null")
# is status == true?
status = system("rake test > /dev/null 2> /dev/null")
# is status == true?
I suspect that the problem is the last '2> /dev/null' under Windows.
Scott
On 7/6/06, Kevin Williams <[EMAIL PROTECTED]> wrote:
All tests passed.
On 7/6/06, Scott Laird <[EMAIL PROTECTED]> wrote:
> Out of curiosity, which tests failed? cd to the new Typo directory and run
> 'rake test'. It'd be nice to get all of the test failures fixed.
>
>
> Scott
>
>
> On 7/6/06, Kevin Williams <[EMAIL PROTECTED]> wrote:
> > I have rails & mongrel & sqlite3-ruby all set up on Windows, and it
> > seems to install and run fine. There are a few "path not found"
> > messages, and the tests claimed to have failed, but it seems to run.
> >
> > Scott, thanks for taking the time to work on Typo. Rails needs typo,
> > IMHO, and I'm happy to run my blog on a Rails app rather than ...
> > anything else. :)
> >
> > On 7/6/06, Scott Laird < [EMAIL PROTECTED] > wrote:
> > > The documentation is still a work in progress :-).
> > >
> > > You can change the port this way:
> > >
> > > typo stop /path/to/typo
> > > typo config /path/to/typo port-number=9999
> > > typo start /path/to/typo
> > >
> > > The mongrel port number is picked randomly from [4000..4999]. I'd
> rather
> > > not use a single fixed port, because I'd like to make
> > > multiple-typos-per-host installs easy. I'll take suggestions for better
> > > algorithms if anyone has one.
> > >
> > >
> > > Scott
> > >
> > >
> > > On 7/6/06, Paul Barry <[EMAIL PROTECTED]> wrote:
> > > >
> > > > I just ran gem install typo and it seemed to work. I can't test it
> yet
> > > though, I think because my host blocks port 4517, which seems to be the
> port
> > > typo choose to start mongrel on. At the end of the install, if says
> this:
> > > >
> > > > Look in installer/apache.conf.example to see how to integrate with
> Apache.
> > > >
> > > > Except there is no file called apache.conf.example in there.
> > > >
> > > >
> > > >
> > > > On 7/6/06, Scott Laird <[EMAIL PROTECTED] > wrote:
> > > > >
> > > > > Still? It should have been copied to all GEM mirrors by now. It
> worked
> > > fine for me this morning.
> > > > >
> > > > > I need to figure out how to do 'gem install --verbose typo', and I
> need
> > > to figure out where the 'master' gem server lives. As things stand, it
> > > takes 3+ hours from the time I upload a gem until it's usable.
> > > > >
> > > > >
> > > > >
> > > > > Scott
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On 7/6/06, Juan Lupión < [EMAIL PROTECTED]> wrote:
> > > > >
> > > > > > I'm getting a '404 Not found' error when running 'sudo get imstall
> > > > > > typo' on my Mac.
> > > > > >
> > > > > >
> > > > > > On 7/6/06, Scott Laird < [EMAIL PROTECTED]> wrote:
> > > > > > > I released a pair of Typo 4.0 pre-release gems yesterday to test
> out
> > > the new
> > > > > > > Typo installer. Can I get a few people to test out the new Typo
> > > 3.99.1 gem?
> > > > > > > Do this:
> > > > > > >
> > > > > > > $ gem install typo
> > > > > >
> > > > > >
> > > > > > --
> > > > > >
> ----------------------------------------------------
> > > > > > http://hronia.blogalia.com
> > > > > > _______________________________________________
> > > > > > Typo-list mailing list
> > > > > > [email protected]
> > > > > > http://rubyforge.org/mailman/listinfo/typo-list
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Typo-list mailing list
> > > > > [email protected]
> > > > > http://rubyforge.org/mailman/listinfo/typo-list
> > > > >
> > > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > Typo-list mailing list
> > > > [email protected]
> > > > http://rubyforge.org/mailman/listinfo/typo-list
> > > >
> > > >
> > >
> > >
> > > _______________________________________________
> > > Typo-list mailing list
> > > [email protected]
> > > http://rubyforge.org/mailman/listinfo/typo-list
> > >
> > >
> >
> >
> > --
> > Cheers,
> >
> > Kevin
> > _______________________________________________
> > Typo-list mailing list
> > [email protected]
> > http://rubyforge.org/mailman/listinfo/typo-list
>
>
> _______________________________________________
> Typo-list mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/typo-list
>
>
--
Cheers,
Kevin
_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list
_______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
