##// END OF EJS Templates
test-profile: allow negative time in JSON output (issue5542)...
Yuya Nishihara -
r32060:49145a2b stable
parent child Browse files
Show More
@@ -90,7 +90,7 b' Various statprof formatters work'
90
90
91 $ hg --profile --config profiling.statformat=json sleep 2>../out
91 $ hg --profile --config profiling.statformat=json sleep 2>../out
92 $ cat ../out
92 $ cat ../out
93 \[\[\d+.* (re)
93 \[\[-?\d+.* (re)
94
94
95 statprof can be used as a standalone module
95 statprof can be used as a standalone module
96
96
General Comments 0
You need to be logged in to leave comments. Login now