tests: Document robustness tests
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
This commit is contained in:
@ -315,7 +315,7 @@ function go_test {
|
||||
additional_flags=$(${flags_for_package_func} ${pkg})
|
||||
|
||||
# shellcheck disable=SC2206
|
||||
local cmd=( go test ${goTestFlags} ${additional_flags} "$@" ${pkg} )
|
||||
local cmd=( go test ${goTestFlags} ${additional_flags} ${pkg} "$@" )
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
if ! run env ${goTestEnv} ETCD_VERIFY="${ETCD_VERIFY}" "${cmd[@]}" | tee ${junit_filename_prefix:+"${junit_filename_prefix}.stdout"} | grep --binary-files=text "${go_test_grep_pattern}" ; then
|
||||
|
Reference in New Issue
Block a user