Skip to content

Commit ace510f

Browse files
authored
Update run_tests.sh (GoogleCloudPlatform#5198)
add a date/time between tests
1 parent a5f193f commit ace510f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.kokoro/tests/run_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ for file in **/pom.xml; do
144144
echo "- testing $file"
145145
echo "------------------------------------------------------------"
146146

147+
date
148+
147149
# Fail the tests if no Java version was found.
148150
POM_JAVA=$(grep -oP '(?<=<maven.compiler.target>).*?(?=</maven.compiler.target>)' pom.xml)
149151
ALLOWED_VERSIONS=("1.8" "11")

0 commit comments

Comments
 (0)