Skip to content

Commit

Permalink
minor logging fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Apr 26, 2024
1 parent af47613 commit 570b369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/kokoro/psm-interop-build-java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ _build_java_test_app() {
-PskipCodegen=true -PskipAndroid=true --console=plain
set +x

# Test-run binaries
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
}
Expand Down

0 comments on commit 570b369

Please sign in to comment.