Skip to content

Commit

Permalink
Use prefixed version of run_ignore_exit_code
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Apr 27, 2024
1 parent 570b369 commit 28e0b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildscripts/kokoro/psm-interop-build-java.sh
Expand Up @@ -38,8 +38,8 @@ _build_java_test_app() {
set +x

psm::tools::log "Test-run grpc-java PSM interop binaries"
run_ignore_exit_code "${SRC_DIR}/${BUILD_APP_PATH}/bin/xds-test-client" --help
run_ignore_exit_code "${SRC_DIR}/${BUILD_APP_PATH}/bin/xds-test-server" --help
psm::tools::run_ignore_exit_code "${SRC_DIR}/${BUILD_APP_PATH}/bin/xds-test-client" --help
psm::tools::run_ignore_exit_code "${SRC_DIR}/${BUILD_APP_PATH}/bin/xds-test-server" --help
}

#######################################
Expand Down

0 comments on commit 28e0b83

Please sign in to comment.