[ 
https://issues.apache.org/jira/browse/DERBY-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846332#action_12846332
 ] 

Sylvain Leroux commented on DERBY-4561:
---------------------------------------

Hi Denis.

I still have some trouble running derbytools:
  sh$ ant clean && ant all && java 
org.apache.derbyTesting.functionTests.harness.RunSuite derbytools
  sh$ cat derbytools_report.txt | sed -n '/^Summary/,/----/p'
  Summary results:
  
  Test Run Started: 2010-03-17 10:12:51.0
  Test Run Duration: 00:01:23
  
  11 Tests Run
  90% Pass (10 tests passed)
  10% Fail (1 tests failed)
  0 Suites skipped
  ------------------------------------------------------

Since those tests are not part of the JUnit regression test suite, I advise you 
to run the derbytools test suite manually (see the above shell sample) and to 
check the report on derbytools_report.txt.

- Sylvain

> Help in ij should fit in 80 columns terminal
> --------------------------------------------
>
>                 Key: DERBY-4561
>                 URL: https://issues.apache.org/jira/browse/DERBY-4561
>             Project: Derby
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Sylvain Leroux
>            Priority: Trivial
>         Attachments: derby-4561-patch-1.diff, derby-4561-patch-2.diff
>
>
> In ij, some statements seem to assume 80 columns terminal to format their 
> output (SHOW FUNCTION, SHOW PROCEDURE).
> But not HELP.
> HELP should assume the same defaults in order to fit nicely in 80 columns 
> terminal. An other option would be to dynamically adjust the display to the 
> real terminal width - but I don't know if there is a portable way of doing 
> this in Java.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to