Skip to content

Commit f6145dd

Browse files
committed
Remove 'jt test report'
* It no longer works, spec/truffle_formatter.rb no longer exists.
1 parent 408dde7 commit f6145dd

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tool/jt.rb

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,6 @@ def help
500500
jt test ecosystem [TESTS] tests using the wider ecosystem such as bundler, Rails, etc
501501
jt test cexts [--no-openssl] [--no-gems] [test_names...]
502502
run C extension tests (set GEM_HOME)
503-
jt test report :language build a report on language specs
504-
:core (results go into test/target/mspec-html-report)
505-
:library
506503
jt test unit run Java unittests
507504
jt test tck run tck tests
508505
jt gem-test-pack check that the gem test pack is downloaded, or download it for you, and print the path
@@ -1119,12 +1116,6 @@ def test_cexts(*args)
11191116
end
11201117
private :test_cexts
11211118

1122-
def test_report(component)
1123-
test 'specs', '--truffle-formatter', component
1124-
sh 'ant', '-f', 'spec/buildTestReports.xml'
1125-
end
1126-
private :test_report
1127-
11281119
def test_integration(*args)
11291120
tests_path = "#{TRUFFLERUBY_DIR}/test/truffle/integration"
11301121
single_test = !args.empty?
@@ -1298,10 +1289,6 @@ def test_specs(command, *args)
12981289
options << "-T--experimental-options" << "-T--exceptions-print-uncaught-java"
12991290
end
13001291

1301-
if args.delete('--truffle-formatter')
1302-
options += %w[--format spec/truffle_formatter.rb]
1303-
end
1304-
13051292
if ci?
13061293
options += %w[--format specdoc]
13071294
end

0 commit comments

Comments
 (0)