Skip to content

Commit 63dccb6

Browse files
committed
Fix error in virtualenv activation for tests
1 parent 1126cc2 commit 63dccb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ fi
3737

3838
# we need testgres for pathman tests
3939
virtualenv env
40+
export VIRTUAL_ENV_DISABLE_PROMPT=1
4041
source env/bin/activate
4142
pip3 install testgres
4243
pip3 freeze | grep testgres

0 commit comments

Comments
 (0)