tests/test-logtoprocess.t
changeset 32915 0afc4206d02b
parent 32337 46ba2cdda476
child 33097 fce4ed2912bb
equal deleted inserted replaced
32914:577759ef2ed2 32915:0afc4206d02b
       
     1 #require no-windows
       
     2 
     1 ATTENTION: logtoprocess runs commands asynchronously. Be sure to append "| cat"
     3 ATTENTION: logtoprocess runs commands asynchronously. Be sure to append "| cat"
     2 to hg commands, to wait for the output, if you want to test its output.
     4 to hg commands, to wait for the output, if you want to test its output.
     3 Otherwise the test will be flaky.
     5 Otherwise the test will be flaky.
     4 
     6 
     5 Test if logtoprocess correctly captures command-related log calls.
     7 Test if logtoprocess correctly captures command-related log calls.