Skip to content

Commit

Permalink
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/pom.rb
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ def truffle_spec_config(spec_type, generate_report)
(if generate_report
'<arg value="--format" /><arg value="${jruby.home}/spec/truffle/truffle_formatter.rb" />'
else
'<arg value="--format" /><arg value="summary" /><arg value="-V" />' # Produce some new lines for Travis+Maven
'<arg value="--format" /><arg value="specdoc" />' # Need lots of output to keep Travis happy
end) +
"<arg value=\":#{spec_type}\" />" +
'</exec>' +
9 changes: 3 additions & 6 deletions test/pom.xml
Original file line number Diff line number Diff line change
@@ -692,8 +692,7 @@
<arg value="--excl-tag" />
<arg value="fails" />
<arg value="--format" />
<arg value="summary" />
<arg value="-V" />
<arg value="specdoc" />
<arg value=":language" />
</exec>
</target>
@@ -738,8 +737,7 @@
<arg value="--excl-tag" />
<arg value="fails" />
<arg value="--format" />
<arg value="summary" />
<arg value="-V" />
<arg value="specdoc" />
<arg value=":core" />
</exec>
</target>
@@ -784,8 +782,7 @@
<arg value="--excl-tag" />
<arg value="fails" />
<arg value="--format" />
<arg value="summary" />
<arg value="-V" />
<arg value="specdoc" />
<arg value=":library" />
</exec>
</target>

0 comments on commit 7fd5904

Please sign in to comment.