Skip to content

Commit

Permalink
[Truffle] Try sceptic formatter for RubySpecs to keep output coming o…
Browse files Browse the repository at this point in the history
…n Travis.
  • Loading branch information
chrisseaton committed May 2, 2015
1 parent c1faae0 commit 7fd5904
Show file tree
Hide file tree
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
Expand Up @@ -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>' +
Expand Down
9 changes: 3 additions & 6 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 7fd5904

Please sign in to comment.