Skip to content

Commit 7c6a917

Browse files
committed
CI scripts:Let run_install_check accept arguments
1 parent d1fbad7 commit 7c6a917

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.ci/run_install_check

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ export PGPORT
1919
./.ci/make_test_base $PGDATA
2020
#run checks
2121
set +e
22+
if [ -z "$1" ]; then
2223
make installcheck-world prefix=`pwd`/tmp_install NO_LOCALE=1
24+
else
25+
dir=$1
26+
shift
27+
make -C "$dir" installcheck prefix=`pwd`/tmp_install NO_LOCALE=1 ${@:+"$@"}
28+
fi
2329
code=$?
2430
pg_ctl stop -D $PGDATA
2531
exit $code

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy