Add TEST_SSH_ELAPSED_TIMES environment variable to print the elapsed
authordtucker <dtucker@openbsd.org>
Tue, 6 Apr 2021 23:57:56 +0000 (23:57 +0000)
committerdtucker <dtucker@openbsd.org>
Tue, 6 Apr 2021 23:57:56 +0000 (23:57 +0000)
commit43698355c1e10055ce32b9d3eaae73935e4fb177
tree881596b2ddaab0fe7971a3b65f858f3edf67bf80
parentd7000eaa94ef32e169cb4628a502ec813f92c466
Add TEST_SSH_ELAPSED_TIMES environment variable to print the elapsed
time in seconds of each test.  This depends on "date +%s" which is not
specified by POSIX but is commonly implemented.
regress/usr.bin/ssh/test-exec.sh