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
74
74
--temp-config=$(top_srcdir ) /$(subdir ) /conf.add \
75
75
--outputdir=./isolation_output \
76
76
$(ISOLATIONCHECKS )
77
+ partitioning_tests :
78
+ $(MAKE ) -C tests/python partitioning_tests
Original file line number Diff line number Diff line change 126
126
127
127
echo " Running apt-get update ..."
128
128
apt-get update
129
+ apt-get install python3
129
130
130
131
cat << EOF
131
132
Original file line number Diff line number Diff line change @@ -98,9 +98,7 @@ source /tmp/envs/pg_pathman/bin/activate
98
98
pip install $pip_packages
99
99
100
100
# 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=$?
104
102
105
103
set -u
106
104
You can’t perform that action at this time.
0 commit comments