test-profile
9 lines
| 256 B
| text/plain
|
TextLexer
/ tests / test-profile
Patrick Mezard
|
r5099 | #!/bin/sh | ||
echo % test --time | ||||
Patrick Mezard
|
r5102 | hg --time help -q help 2>&1 | grep Time > /dev/null || echo --time failed | ||
Patrick Mezard
|
r5099 | |||
echo % test --profile | ||||
Nicolas Dumazet
|
r8021 | if "$TESTDIR/hghave" -q lsprof; then | ||
hg --profile help -q help 2>&1 | grep CallCount > /dev/null || echo --profile failed | ||||
Patrick Mezard
|
r5102 | fi | ||