Merge pull request #17005 from borg-land/fix-missing-json-flag

fix missing json flag when using VERBOSE=1
This commit is contained in:
Marek Siarkowicz
2023-11-23 14:11:51 +01:00
committed by GitHub

View File

@@ -308,6 +308,7 @@ function go_test {
if [ "${VERBOSE:-}" == "1" ]; then
goTestFlags="-v "
goTestFlags+="-json "
fi
# Expanding patterns (like ./...) into list of packages