Skip to content

Commit

Permalink
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/truffle/gems/asciidoctor.sh
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ set -e

GEM_HOME=${GEM_HOME:-lib/ruby/gems/shared}

ruby -X+T $GEM_HOME/gems/asciidoctor-1.5.4/bin/asciidoctor test/truffle/gems/asciidoctor/userguide.adoc
ruby -X+T $GEM_HOME/gems/asciidoctor-1.5.4/bin/asciidoctor --attribute last-update-label!= test/truffle/gems/asciidoctor/userguide.adoc

if ! cmp --silent test/truffle/gems/asciidoctor/userguide.html test/truffle/gems/asciidoctor/userguide-expected.html
then
1 change: 0 additions & 1 deletion test/truffle/gems/asciidoctor/userguide-expected.html
Original file line number Diff line number Diff line change
@@ -10364,7 +10364,6 @@ <h2 id="_license">Appendix I: License</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-07-28 11:53:00 BST
</div>
</div>
</body>

0 comments on commit 09920db

Please sign in to comment.