Skip to content

Commit

Permalink
[#23331] yugabyted: Update directory location of pg_isready binary in…
Browse files Browse the repository at this point in the history
… Development Environemnt.

Summary:
Updating the directory location of pg_isready binary from `build/clang17-dynamic-ninja` to `build/latest`.
Jira: DB-12256

Test Plan: Manual Tests

Reviewers: sgarg-yb, djiang

Reviewed By: djiang

Subscribers: yugabyted-dev

Differential Revision: https://phorge.dev.yugabyte.com/D40396
  • Loading branch information
nchandrappa committed Dec 3, 2024
1 parent 59c7043 commit dd58cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/yugabyted
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ def find_binary_location(binary_name):
# If tar is downloaded
os.path.join(YUGABYTE_DIR, "postgres", "bin"),
# Development environment
os.path.join(YUGABYTE_DIR, "build", "debug-clang17-dynamic-ninja", "postgres", "bin")
os.path.join(YUGABYTE_DIR, "build", "latest", "postgres", "bin")
])

# Jenkins Test Environment
Expand Down

0 comments on commit dd58cc7

Please sign in to comment.