Skip to content
Snippets Groups Projects
Commit 03033e44 authored by Saurabh Singh's avatar Saurabh Singh
Browse files

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
parent 81977423
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment