Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrivingduck committed Sep 3, 2024
1 parent 6410d67 commit 864605d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ precheck-main: | temp-install
$(MAKE) polar-check PG_TEST_EXTRA='kerberos ldap ssl' USE_MODULE_DB=1 PROVE_FLAGS=$(PROVE_FLAGS)
$(MAKE) polar-installcheck PG_TEST_EXTRA='kerberos ldap ssl' USE_MODULE_DB=1 NO_TAP_TESTS=1

precheck: plcheck dccheck-lite precheck-main
precheck: precheck-main

covcheck: coverage-html
$(top_srcdir)/src/tools/delta_coverage.pl -f coverage/delta_coverage.txt -p $(LAST_COMMIT)
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function compile() {
configure_flag+=" --prefix=$base_dir --with-pgport=$port ${extra_configure_flag-}"
info "Begin configure, flag: $configure_flag"
./configure $configure_flag
info "Begin compile and install PolarDB"
info "Begin compile and install PolarDB, flag: $make_flag"
make install-world-bin $make_flag
}

Expand Down

0 comments on commit 864605d

Please sign in to comment.