We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c064830 commit 734dcc9Copy full SHA for 734dcc9
scripts/unit_tests.sh
@@ -22,6 +22,12 @@ function main() {
22
start_ldap
23
24
set -x
25
+ ./gradlew "-Dspring.profiles.active=${test_profile}" \
26
+ "-Djava.security.egd=file:/dev/./urandom" \
27
+ clean assemble compileTestJava \
28
+ --stacktrace \
29
+ --no-daemon \
30
+ --console=plain
31
./gradlew "-Dspring.profiles.active=${test_profile}" \
32
"-Djava.security.egd=file:/dev/./urandom" \
33
${UAA_GRADLE_UNIT_TEST_COMMAND:-test} \
0 commit comments