Pull request: all: imp tests, docs

Merge in DNS/adguard-home from imp-tests to master

Squashed commit of the following:

commit 15e1bd4ac38e95aa7dce716679d9a6bea43c5964
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Fri Jan 29 19:41:03 2021 +0300

    scripts: imp docs

commit bc54ce4e703dd4b2956636e0bd554073c9aa12c6
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Fri Jan 29 19:39:26 2021 +0300

    all: imp tests, docs
This commit is contained in:
Ainar Garipov
2021-01-29 20:00:11 +03:00
parent 510573a904
commit 4aa6f77a61
3 changed files with 11 additions and 4 deletions

View File

@@ -32,10 +32,12 @@ else
race_flags='--race'
fi
go="${GO:-go}"
cover_flags='--coverprofile ./coverage.txt'
count_flags='--count 1'
readonly go="${GO:-go}"
readonly timeout_flags="${TIMEOUT_FLAGS:---timeout 30s}"
readonly cover_flags='--coverprofile ./coverage.txt'
readonly count_flags='--count 1'
# Don't use quotes with flag variables because we want an empty space if
# those aren't set.
"$go" test $race_flags $count_flags $cover_flags $x_flags $v_flags ./...
"$go" test $count_flags $cover_flags $race_flags $timeout_flags\
$x_flags $v_flags ./...