Skip to content

Commit c4f2ffb

Browse files
authored
Escape profile setting
1 parent 008fbac commit c4f2ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/integration_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function main() {
109109
# All flags required to prevent classloading deadlocks and thread starvation during test init
110110
# --no-configuration-cache prevents stale Kotlin compiler state reuse between daemon processes
111111
./gradlew \
112-
-Dspring.profiles.active=${test_profile} \
112+
-Dspring.profiles.active="${test_profile}" \
113113
-DskipUaaAutoStart=true \
114114
--no-daemon \
115115
--no-configuration-cache \
@@ -154,4 +154,4 @@ function main() {
154154
popd
155155
}
156156

157-
main "$@"
157+
main "$@"

0 commit comments

Comments
 (0)