Skip to content

Commit 63bbe47

Browse files
committed
remove all tests
bugfix
1 parent 660936c commit 63bbe47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-postgres-darwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ done
234234

235235
# **Step 2: Create a Zip Archive for Notarization**
236236
cd $INSTALL_DIR
237-
rm -f lib/pgxs/src/test/regress/pg_regress
237+
rm -rf lib/pgxs/src/test/
238238
cp -Rf $(git rev-parse --show-toplevel)/share/postgresql/extension/* share/extension
239239
zip -r $TRG_DIR/postgres-macos.zip \
240240
share \

0 commit comments

Comments
 (0)