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 f47c3cb commit 603ed94Copy full SHA for 603ed94
tool/parse_mri_errors.rb
@@ -1,12 +1,11 @@
1
#!/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
+## Experimental MRI test tagging script from a test run log
+## The input is read from stdin or the first argument
5
6
# Usage:
7
-# ruby tool/parse_mri_errors.rb output.txt
+# tool/parse_mri_errors.rb output.txt
8
# or
9
-# jt test test/mri/tests/rdoc/test_rdoc_token_stream.rb | ruby tool/parse_mri_errors.rb
+# jt test mri test/mri/tests/rdoc/test_rdoc_token_stream.rb | tool/parse_mri_errors.rb
10
11
REASON = ENV.fetch('REASON', 'needs investigation')
12
0 commit comments