Skip to content

Commit

Permalink
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
@@ -669,7 +669,7 @@ def test_specs(command, *args)
private :test_specs

def test_tck(*args)
mvn *args + ['-Ptest', 'test']
mvn *args + ['-Ptck']
end
private :test_tck

4 changes: 1 addition & 3 deletions truffle/pom.rb
Original file line number Diff line number Diff line change
@@ -98,9 +98,7 @@
end
end

profile 'test' do

profile 'tck' do
properties( 'maven.test.skip' => 'false' )

end
end
2 changes: 1 addition & 1 deletion truffle/pom.xml
Original file line number Diff line number Diff line change
@@ -281,7 +281,7 @@ DO NOT MODIFIY - GENERATED CODE
</build>
</profile>
<profile>
<id>test</id>
<id>tck</id>
<properties>
<maven.test.skip>false</maven.test.skip>
</properties>

0 comments on commit 8ea9022

Please sign in to comment.