Skip to content

Commit c820b4a

Browse files
committed
Extra usage hint for parse_mri_errors.rb
1 parent c3e0eb8 commit c820b4a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tool/parse_mri_errors.rb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
## Needs to be run from the jruby/test/mri directory
33
## Error console output read from stdin or the first argument
44

5-
## Usage
6-
## E.g.
7-
# Create txt file with MRI test output into the file and set the path above
8-
# cd test/mri
9-
# ruby ../../tool/parse_mri_errors.rb output.txt
5+
# Usage:
6+
# ruby tool/parse_mri_errors.rb output.txt
7+
# or
8+
# jt test test/mri/tests/rdoc/test_rdoc_token_stream.rb | ruby tool/parse_mri_errors.rb
109

1110
REASON = ENV.fetch('REASON', 'needs investigation')
1211

0 commit comments

Comments
 (0)