Skip to content

Commit

Permalink
Merge pull request #17005 from borg-land/fix-missing-json-flag
Browse files Browse the repository at this point in the history
fix missing json flag when using VERBOSE=1
  • Loading branch information
serathius authored Nov 23, 2023
2 parents 9d97cc2 + f454342 commit ccd711a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/test_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ function go_test {

if [ "${VERBOSE:-}" == "1" ]; then
goTestFlags="-v "
goTestFlags+="-json "
fi

# Expanding patterns (like ./...) into list of packages
Expand Down

0 comments on commit ccd711a

Please sign in to comment.