Browse Source

Add timing information to tests

pull/618/head
Tim Kimber 5 years ago
parent
commit
1d1159f946
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      getssl
  2. +1
    -1
      test/run-test.cmd
  3. +1
    -1
      test/run-test.sh

+ 1
- 1
getssl View File

@ -507,7 +507,7 @@ check_challenge_completion_dns() { # perform validation via DNS challenge
# check for token at public dns server, waiting for a valid response.
for ns in $primary_ns; do
debug "checking dns at $ns"
info "checking dns at $ns"
ntries=0
check_dns="fail"
while [[ "$check_dns" == "fail" ]]; do


+ 1
- 1
test/run-test.cmd View File

@ -21,7 +21,7 @@ GOTO CheckCommand
:NoCmd
REM set COMMAND=/getssl/test/run-bats.sh
set COMMAND=bats /getssl/test
set COMMAND=bats /getssl/test --timing
GOTO CheckAlias
:duckdns


+ 1
- 1
test/run-test.sh View File

@ -11,7 +11,7 @@ if [ $# -gt 1 ]; then
shift
COMMAND=$*
else
COMMAND="bats /getssl/test"
COMMAND="bats /getssl/test --timing"
fi
if [[ "$OS" == *"duckdns"* ]]; then


Loading…
Cancel
Save