Last change
on this file was 9eb1ff5, checked in by Vojtech Horky <vojtech.horky@…>, 8 years ago |
Update PCUT
Updated PCUT to commit 7ce059f.
Notable changes include:
- overall summary is printed when tests finish
- when tests passed, the status message does not use the word 'failure'
- program exit code is zero only when all tests passed
These changes fixes tickets 713 and 714.
http://www.helenos.org/ticket/713
http://www.helenos.org/ticket/714
|
-
Property mode
set to
100644
|
File size:
304 bytes
|
Line | |
---|
1 | 1..2
|
---|
2 | #> Starting suite suite_with_setup_and_teardown.
|
---|
3 | ok 1 test_with_setup_and_teardown
|
---|
4 | #> Finished suite suite_with_setup_and_teardown (passed).
|
---|
5 | #> Starting suite another_without_setup.
|
---|
6 | ok 2 test_without_any_setup_or_teardown
|
---|
7 | #> Finished suite another_without_setup (passed).
|
---|
8 | #> Done: all tests passed.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.