Bug 3468 - Add --all (run all tests) and --stress (run stress tests) to funit
Summary: Add --all (run all tests) and --stress (run stress tests) to funit
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2242
  Show dependency treegraph
 
Reported: 2006-11-07 00:21 UTC by Andrew Cagney
Modified: 2006-11-07 00:21 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-11-07 00:21:29 UTC
And by default do not run stress tests.
Comment 1 Andrew Cagney 2006-11-07 00:21:52 UTC
Index: frysk-core/frysk/pkglibexecdir/ChangeLog
2006-11-06  Andrew Cagney  <cagney@redhat.com>

        * funit.xml: Mention --all and --stress.

Index: frysk-imports/frysk/junit/ChangeLog
2006-11-06  Andrew Cagney  <cagney@redhat.com>

        * Runner.java (testFilter): New private variable.
        (createCommandLineParser): Add --stress and --all.
        (runCases): Only include tests that match testFilter.