Skip to content

Commit 603ed94

Browse files
committed
Update comments in tool/parse_mri_errors.rb
1 parent f47c3cb commit 603ed94

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
@@ -1,12 +1,11 @@
11
#!/usr/bin/env ruby
2-
## Experimental MRI test tagging script
3-
## Needs to be run from the jruby/test/mri directory
4-
## Error console output read from stdin or the first argument
2+
## Experimental MRI test tagging script from a test run log
3+
## The input is read from stdin or the first argument
54

65
# Usage:
7-
# ruby tool/parse_mri_errors.rb output.txt
6+
# tool/parse_mri_errors.rb output.txt
87
# or
9-
# jt test test/mri/tests/rdoc/test_rdoc_token_stream.rb | ruby tool/parse_mri_errors.rb
8+
# jt test mri test/mri/tests/rdoc/test_rdoc_token_stream.rb | tool/parse_mri_errors.rb
109

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

0 commit comments

Comments
 (0)