# HG changeset patch # User Pulkit Goyal # Date 2018-10-19 20:18:29 # Node ID 1ce4fe0603a6fcc11c71482be3343663ec52041a # Parent 41506e3b04ee8b34cc1ef81758d651cad9ed4c8c test: show more profile lines in test-profile.t This shows that we don't output anything after the first line and demonstrate issue6003. Differential Revision: https://phab.mercurial-scm.org/D5171 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 @@ statistical profiler works 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