Skip to content

Commit

Permalink
fix missing json flag when using VERBOSE=1
Browse files Browse the repository at this point in the history
Signed-off-by: upodroid <[email protected]>
  • Loading branch information
upodroid committed Nov 23, 2023
1 parent 9d97cc2 commit f454342
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 f454342

Please sign in to comment.