Using virtualenv python interpreter from now on
This commit is contained in:
parent
f585cf122c
commit
286a77d9ac
@ -25,6 +25,7 @@ testing() {
|
||||
server=$!
|
||||
echo Waiting on server to spin up && sleep 2
|
||||
|
||||
source ./client-tests/bin/activate
|
||||
python3 client-tests/client.py
|
||||
kill -9 $server 2> /dev/null
|
||||
if [ ! -z $full ];then
|
||||
|
Loading…
Reference in New Issue
Block a user