Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!talisker.lacave.net!lacave.net!not-for-mail From: John Smith Newsgroups: comp.lang.ruby Subject: Problem with displaying command line outputs Date: Fri, 15 Apr 2011 15:07:22 -0500 Organization: Service de news de lacave.net Lines: 18 Message-ID: <48522f9d35b96f204cda9ff5764fa129@ruby-forum.com> NNTP-Posting-Host: bristol.highgroove.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: talisker.lacave.net 1302898072 44693 65.111.164.187 (15 Apr 2011 20:07:52 GMT) X-Complaints-To: abuse@lacave.net NNTP-Posting-Date: Fri, 15 Apr 2011 20:07:52 +0000 (UTC) X-Received-From: This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway X-Mail-Count: 381668 X-Ml-Name: ruby-talk X-Rubymirror: Yes X-Ruby-Talk: <48522f9d35b96f204cda9ff5764fa129@ruby-forum.com> Xref: x330-a1.tempe.blueboxinc.net comp.lang.ruby:2975 I am trying to run some tests, which utilize test::unit. Aside from the typical assertions that generate dots, F/E and error messages, there are some puts text that should be displayed too. This works fine when running my test files (ie. test1.rb) one at a time from a command line. However, when I run multiple tests in the same directory from one file, which is either another .rb file that just runs each test one after another through the ruby command, or optionally, I have set up a rake file that iterates through everything, I get no output on the command line. The tests do run for sure, but I would like to see all the output as if I were running each test individually. Is there a way to force the output to display? Thanks in advance! -- Posted via http://www.ruby-forum.com/.