This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 143305 - autotest should not use verbose flag
Summary: autotest should not use verbose flag
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Testing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-08 15:16 UTC by jpl
Modified: 2008-08-27 13:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Martin Krauskopf 2008-08-17 07:00:18 UTC
Once you share a project in the VCS the file listing might be (usually is) huge and autotest is kind of unusable (or
annoying). Likely all is needed it to remove line:

  o.n.m.ruby.rubyproject.AutoTestSupport:100 -> desc.additionalArgs("-v")

? Please fix into 6.5, I think there is no workaround.
Comment 2 Erno Mononen 2008-08-17 16:36:29 UTC
Yeah I know about that line. But first I need to investigate why it was added there in the first place.
Comment 3 Erno Mononen 2008-08-27 13:19:29 UTC
The autotest integration in the IDE now uses the ui test runner (issue 136746), which doesn't use the verbose flag, so 
marking this as fixed.