Skip to content

Commit 247e4e4

Browse files
committed
Revert changes to installcheck
1 parent 84ae4aa commit 247e4e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bin/installcheck

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export PGDATABASE=postgres
1111
export PGTZ=UTC
1212
export PG_COLOR=auto
1313

14-
PATH=~/.pgrx/16.8/pgrx-install/bin/:$PATH
14+
# PATH=~/.pgrx/15.1/pgrx-install/bin/:$PATH
1515

1616
####################
1717
# Ensure Clean Env #
@@ -31,8 +31,6 @@ pg_ctl start -o "-F -c listen_addresses=\"\" -c log_min_messages=WARNING -k $PGD
3131
# Create the test db
3232
createdb contrib_regression
3333

34-
cargo pgrx install
35-
3634
#########
3735
# Tests #
3836
#########

0 commit comments

Comments
 (0)