# HG changeset patch # User Augie Fackler # Date 1541106595 14400 # Node ID 4e6ffcb5b9fc5c0b9a7bd4b7ccc540b11cf43afe # Parent 07b87ee2ea75aa5a061b71b017aae727c69253d6 tests: add some helpful `|| cat` bits to test-profile.t This way if the hg invocation crashes, you get to see a stacktrace without having to edit the test. Differential Revision: https://phab.mercurial-scm.org/D5208 diff -r 07b87ee2ea75 -r 4e6ffcb5b9fc tests/test-profile.t --- a/tests/test-profile.t Thu Nov 01 16:13:01 2018 -0400 +++ b/tests/test-profile.t Thu Nov 01 17:09:55 2018 -0400 @@ -86,22 +86,22 @@ Various statprof formatters work - $ hg --profile --config profiling.statformat=byline sleep 2>../out + $ hg --profile --config profiling.statformat=byline sleep 2>../out || cat ../out $ head -n 3 ../out % cumulative self time seconds seconds name * sleepext.py:*:sleep (glob) $ cat ../out | statprofran - $ hg --profile --config profiling.statformat=bymethod sleep 2>../out + $ hg --profile --config profiling.statformat=bymethod sleep 2>../out || cat ../out $ head -n 1 ../out % cumulative self $ cat ../out | statprofran - $ hg --profile --config profiling.statformat=hotpath sleep 2>../out + $ hg --profile --config profiling.statformat=hotpath sleep 2>../out || cat ../out $ cat ../out | statprofran - $ hg --profile --config profiling.statformat=json sleep 2>../out + $ hg --profile --config profiling.statformat=json sleep 2>../out || cat ../out $ cat ../out \[\[-?\d+.* (re)