test script: fix path to activate

This commit is contained in:
hrj 2021-04-02 16:51:48 +05:30
parent c9abe141ec
commit 7e87f6721b

View File

@ -1,7 +1,7 @@
set -ex
python3 -m venv testEnv
source ./testEnv/activate
source ./testEnv/bin/activate
pip install locust
java -jar target/scala-2.13/LibreCaptcha.jar &
JAVA_PID=$!