|
@@ -13,7 +13,7 @@
|
|
set -eu -o pipefail
|
|
set -eu -o pipefail
|
|
|
|
|
|
BUILDFLAGS=( -tags 'netgo seccomp libdm_no_deferred_remove' )
|
|
BUILDFLAGS=( -tags 'netgo seccomp libdm_no_deferred_remove' )
|
|
-TESTFLAGS+="-test.timeout=${TIMEOUT:-5m}"
|
|
|
|
|
|
+TESTFLAGS+=" -test.timeout=${TIMEOUT:-5m}"
|
|
TESTDIRS="${TESTDIRS:-./...}"
|
|
TESTDIRS="${TESTDIRS:-./...}"
|
|
exclude_paths='/vendor/|/integration'
|
|
exclude_paths='/vendor/|/integration'
|
|
pkg_list=$(go list $TESTDIRS | grep -vE "($exclude_paths)")
|
|
pkg_list=$(go list $TESTDIRS | grep -vE "($exclude_paths)")
|