From ec150cb001b2ee48552828252541dc1877640427 Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Fri, 31 Jan 2025 11:18:51 -0500 Subject: [PATCH] test --- scripts/getSHAs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/getSHAs.sh b/scripts/getSHAs.sh index 85df05b3..a802e647 100755 --- a/scripts/getSHAs.sh +++ b/scripts/getSHAs.sh @@ -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