Show More
@@ -689,7 +689,7 b' Mercurial source tree.' | |||||
689 | > $ echo foo |
|
689 | > $ echo foo | |
690 | > foo |
|
690 | > foo | |
691 | > EOF |
|
691 | > EOF | |
692 |
$ rt |
|
692 | $ rt test-hghave.t | |
693 | . |
|
693 | . | |
694 | # Ran 1 tests, 0 skipped, 0 warned, 0 failed. |
|
694 | # Ran 1 tests, 0 skipped, 0 warned, 0 failed. | |
695 |
|
695 | |||
@@ -712,7 +712,7 b' running is placed.' | |||||
712 | > # |
|
712 | > # | |
713 | > # check-code - a style and portability checker for Mercurial |
|
713 | > # check-code - a style and portability checker for Mercurial | |
714 | > EOF |
|
714 | > EOF | |
715 |
$ rt |
|
715 | $ rt test-runtestdir.t | |
716 | . |
|
716 | . | |
717 | # Ran 1 tests, 0 skipped, 0 warned, 0 failed. |
|
717 | # Ran 1 tests, 0 skipped, 0 warned, 0 failed. | |
718 |
|
718 | |||
@@ -729,7 +729,7 b' test that TESTDIR is referred in PATH' | |||||
729 | > $ custom-command.sh |
|
729 | > $ custom-command.sh | |
730 | > hello world |
|
730 | > hello world | |
731 | > EOF |
|
731 | > EOF | |
732 |
$ rt |
|
732 | $ rt test-testdir-path.t | |
733 | . |
|
733 | . | |
734 | # Ran 1 tests, 0 skipped, 0 warned, 0 failed. |
|
734 | # Ran 1 tests, 0 skipped, 0 warned, 0 failed. | |
735 |
|
735 | |||
@@ -741,7 +741,7 b' test support for --allow-slow-tests' | |||||
741 | > $ echo pass |
|
741 | > $ echo pass | |
742 | > pass |
|
742 | > pass | |
743 | > EOF |
|
743 | > EOF | |
744 |
$ rt |
|
744 | $ rt test-very-slow-test.t | |
745 | s |
|
745 | s | |
746 | Skipped test-very-slow-test.t: missing feature: allow slow tests |
|
746 | Skipped test-very-slow-test.t: missing feature: allow slow tests | |
747 | # Ran 0 tests, 1 skipped, 0 warned, 0 failed. |
|
747 | # Ran 0 tests, 1 skipped, 0 warned, 0 failed. |
General Comments 0
You need to be logged in to leave comments.
Login now