8000 run_tests.sh is updated [original order is restored] · postgrespro/testgres@a5d8d99 · GitHub
[go: up one dir, main page]

Skip to content

Commit a5d8d99

Browse files
run_tests.sh is updated [original order is restored]
1 parent 8300e84 commit a5d8d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ fi
1010

1111
# choose python version
1212
echo python version is $PYTHON_VERSION
13-
PIP="pip$PYTHON_VERSION"
1413
VIRTUALENV="virtualenv --python=/usr/bin/python$PYTHON_VERSION"
14+
PIP="pip$PYTHON_VERSION"
1515

1616
# fail early
1717
echo check that pg_config is in PATH

0 commit comments

Comments
 (0)
0