diff tests/test-logtoprocess.t @ 34444:df78b1a24094

test-logtoprocess: make it compatible with chg chg runs more commands and outputs more lines. This patch matches them. Differential Revision: https://phab.mercurial-scm.org/D914
author Jun Wu <quark@fb.com>
date Mon, 02 Oct 2017 18:22:43 -0700
parents e98dab3fafbc
children af43cb56af4e
line wrap: on
line diff
--- a/tests/test-logtoprocess.t	Tue Oct 03 11:10:03 2017 -0700
+++ b/tests/test-logtoprocess.t	Mon Oct 02 18:22:43 2017 -0700
@@ -45,9 +45,11 @@
   
   
   
+   (chg !)
   0
   a message: spam
   command
+  command (chg !)
   commandfinish
   foo
   foo
@@ -55,8 +57,11 @@
   foo
   foo exited 0 after * seconds (glob)
   logtoprocess command output:
+  logtoprocess command output: (chg !)
   logtoprocess commandfinish output:
   logtoprocess foo output:
+  serve --cmdserver chgunix * (glob) (chg !)
+  serve --cmdserver chgunix * (glob) (chg !)
   spam
 
 Confirm that logging blocked time catches stdio properly: