Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/truffle/gems/asciidoctor.sh
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ ruby -X+T $GEM_HOME/gems/asciidoctor-1.5.4/bin/asciidoctor test/truffle/gems/asc
if ! cmp --silent test/truffle/gems/asciidoctor/userguide.html test/truffle/gems/asciidoctor/userguide-expected.html
then
echo Asciidoctor output was not as expected
diff -u test/truffle/gems/asciidoctor/userguide-expected.html test/truffle/gems/asciidoctor/userguide.html
rm -f test/truffle/gems/asciidoctor/userguide.html
exit 1
else

0 comments on commit d52fe8e

Please sign in to comment.