D5171: test: show more profile lines in test-profile.t

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Sat Oct 20 03:13:57 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG1ce4fe0603a6: test: show more profile lines in test-profile.t (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5171?vs=12279&id=12288

REVISION DETAIL
  https://phab.mercurial-scm.org/D5171

AFFECTED FILES
  tests/test-profile.t

CHANGE DETAILS

diff --git a/tests/test-profile.t b/tests/test-profile.t
--- a/tests/test-profile.t
+++ b/tests/test-profile.t
@@ -87,7 +87,7 @@
 Various statprof formatters work
 
   $ hg --profile --config profiling.statformat=byline sleep 2>../out
-  $ head -n 1 ../out
+  $ head -n 3 ../out
     %   cumulative      self          
   $ cat ../out | statprofran
 



To: pulkit, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list