We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e0eb8 commit c820b4aCopy full SHA for c820b4a
tool/parse_mri_errors.rb
@@ -2,11 +2,10 @@
2
## Needs to be run from the jruby/test/mri directory
3
## Error console output read from stdin or the first argument
4
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
+# Usage:
+# ruby tool/parse_mri_errors.rb output.txt
+# or
+# jt test test/mri/tests/rdoc/test_rdoc_token_stream.rb | ruby tool/parse_mri_errors.rb
10
11
REASON = ENV.fetch('REASON', 'needs investigation')
12
0 commit comments