==================================
   test 0.5: src/test-suite.log
==================================

# TOTAL: 6
# PASS:  2
# SKIP:  2
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 1

.. contents:: :depth: 2

SKIP: hello.pl
==============

Hello Perl World!

FAIL: test2
===========

exit 2

SKIP: test3
===========

exit 77

ERROR: test4
============

exit 99

