We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c064830 commit afdf06dCopy full SHA for afdf06d
scripts/unit_tests.sh
@@ -22,6 +22,13 @@ 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
+
32
./gradlew "-Dspring.profiles.active=${test_profile}" \
33
"-Djava.security.egd=file:/dev/./urandom" \
34
${UAA_GRADLE_UNIT_TEST_COMMAND:-test} \
0 commit comments