Skip to content

Commit 8d5364f

Browse files
committed
fix code coverage test facility
1 parent 69afe5a commit 8d5364f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/pg-travis-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pip install $pip_packages
9999
# run python tests
100100
cd tests/python
101101
PG_CONFIG=$config_path python -m unittest partitioning_test || status=$?
102-
cd ..
102+
cd ../..
103103

104104
set -u
105105

0 commit comments

Comments
 (0)