Skip to content

Commit cdfa06c

Browse files
authored
Remove test-images compatibility hack for confirming library load paths (neondatabase#11927)
This hack was needed for compatiblity tests, but after the compute release is no longer needed. Signed-off-by: Tristan Partin <[email protected]>
1 parent f0bb93a commit cdfa06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose/compute_wrapper/shell/compute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ first_path="$(ldconfig --verbose 2>/dev/null \
2020
| grep --invert-match ^$'\t' \
2121
| cut --delimiter=: --fields=1 \
2222
| head --lines=1)"
23-
test "$first_path" == '/usr/local/lib' || true # Remove the || true in a follow-up PR. Needed for backwards compat.
23+
test "$first_path" == '/usr/local/lib'
2424

2525
echo "Waiting pageserver become ready."
2626
while ! nc -z pageserver 6400; do

0 commit comments

Comments
 (0)