File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -74,3 +74,5 @@ isolationcheck: | submake-isolation
7474 --temp-config=$(top_srcdir ) /$(subdir ) /conf.add \
7575 --outputdir=./isolation_output \
7676 $(ISOLATIONCHECKS )
77+ partitioning_tests :
78+ $(MAKE ) -C tests/python partitioning_tests
Original file line number Diff line number Diff line change 126126
127127echo " Running apt-get update ..."
128128apt-get update
129+ apt-get install python3
129130
130131cat << EOF
131132
Original file line number Diff line number Diff line change @@ -98,9 +98,7 @@ source /tmp/envs/pg_pathman/bin/activate
9898pip install $pip_packages
9999
100100# run python tests
101- cd tests/python
102- PG_CONFIG=$config_path python -m unittest partitioning_test || status=$?
103- cd ../..
101+ make USE_PGXS=1 PG_CONFIG=$config_path partitioning_tests || status=$?
104102
105103set -u
106104
You can’t perform that action at this time.
0 commit comments