Skip to content

Commit f3ae087

Browse files
committed
Clarify logging
1 parent 5d52cd4 commit f3ae087

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.kokoro/psm_interop_kokoro_lib.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ test_driver_pip_install() {
665665
source "${venv_dir}/bin/activate"
666666
fi
667667

668-
psm::tools::log "Installed Python packages with pip, see install-pip.log"
668+
psm::tools::log "Installing Python packages with pip, see install-pip.log"
669669
psm::driver::pip_install &>> "${BUILD_LOGS_ROOT}/install-pip.log"
670670
}
671671

@@ -887,6 +887,7 @@ kokoro_setup_test_driver() {
887887
kokoro_install_dependencies &> "${BUILD_LOGS_ROOT}/install-apt.log"
888888

889889
# Get kubectl cluster credentials.
890+
psm::tools::log "Fetching GKE cluster credentials"
890891
gcloud_get_cluster_credentials
891892

892893
# Install the driver.

0 commit comments

Comments
 (0)