Mercurial > hg
changeset 34791:03033e44ff5d
test-pager: make the test compatible with chg
D911 tried to make this test compatible with chg but instead resulted
in the test being flaky for chg. For now, disabling this test for chg because
it seems difficult to fix the test. This will allow for the continuous build
setup for chg.
Test Plan:
Ran the test 'test-pager.t' with and without the '--chg' option.
Differential Revision: https://phab.mercurial-scm.org/D1128
author | Saurabh Singh <singhsrb@fb.com> |
---|---|
date | Mon, 16 Oct 2017 17:41:37 -0700 |
parents | 8197742362dd |
children | 3b4b38130689 |
files | tests/test-pager.t |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-pager.t Mon Oct 16 17:06:32 2017 -0700 +++ b/tests/test-pager.t Mon Oct 16 17:41:37 2017 -0700 @@ -216,16 +216,6 @@ date: Thu Jan 01 00:00:00 1970 +0000 summary: modify a 8 -#else -Currently, chg has its own runpager implementation, which does not show the -"missing pager" message. The error message is globed out since the shell could -print different message. - $ hg log --limit 3 --config pager.pager=this-command-better-never-exist - /bin/sh: this-command-better-never-exist: command not found (?) - * (glob) (?) - killed! - [255] - #endif A complicated pager command gets worse behavior. Bonus points if you can