D5171: test: show more profile lines in test-profile.t
pulkit (Pulkit Goyal)
phabricator at mercurial-scm.org
Fri Oct 19 20:35:09 UTC 2018
pulkit created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
This shows that we don't output anything after the first line and demonstrate
issue6003.
REPOSITORY
rHG Mercurial
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