Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia-guo committed Jan 31, 2025
1 parent d7d37ff commit ec150cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/getSHAs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ getSHAs()
# Get SHA for external tests by test.properties
if [[ "$BUILD_LIST" == *"external"* ]]; then
for subDir in "$JVM_TEST_ROOT"/external/*/; do
echo "subdir is $subDir"
ls "$subDir"
find "$subDir" -type f -name 'Dockerfile.*'
if [[ $(find "$subDir" -type f -name 'Dockerfile.*') ]]; then
propertiesFile="$subDir/test.properties"
if [[ -f "$propertiesFile" ]]; then
Expand Down

0 comments on commit ec150cb

Please sign in to comment.