Skip to content

Commit f411550

Browse files
authored
Merge pull request #1276 from cloudfoundry/fix/quote-integration-flags
fix: quote go test flags in integration.sh
2 parents fa1a46d + 52feda3 commit f411550

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

scripts/integration.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@ function specs::run() {
147147
-mod vendor \
148148
-v \
149149
"${src}/integration" \
150-
${cached_flag} \
151-
${platform_flag} \
152-
${token_flag} \
153-
${stack_flag} \
154-
${serial_flag} \
155-
${keep_failed_flag}
150+
"${cached_flag}" \
151+
"${platform_flag}" \
152+
"${token_flag}" \
153+
"${stack_flag}" \
154+
"${serial_flag}" \
155+
"${keep_failed_flag}"
156156
}
157157

158158
function buildpack::package() {

0 commit comments

Comments
 (0)