Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7902001

Make jtreg -listtests more scriptable

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P3 P3
    • None
    • None
    • tools
    • None

      The obvious use for jtreg -listtests is to create a list of tests to pass to jtreg later. But the stdout might contain unhelpful extra information like:

      Directory "JTwork" not found: creating
      Testsuite: ...

      that has to be filtered out somehow. One obvious way is grep -v " " but of course that is errorprone.

      Who is careful enough to filter out the exact string
      Directory "JTwork" not found: creating
      and '^Testsuite: '
      ?

            cstein Christian Stein
            martin Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: