Skip to content

Commit

Permalink
chore(scripts): Update test script to replace forward slashes in modflag
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer committed Aug 18, 2024
1 parent d106a47 commit 2a65a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ for dir in "${!gotestflags[@]}"; do
coverageflags=(
'-f' "${dir}/$modcoverage"
'-p' "${workspace}${dir#.}"
"-F" "$modflag"
'-F' "${modflag//\//_}"
)
[[ ${CI:-false} != "true" ]] && coverageflags+=('-d')

Expand Down

0 comments on commit 2a65a90

Please sign in to comment.