mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-28 21:15:58 -05:00
test script: fix path to activate
This commit is contained in:
parent
c9abe141ec
commit
7e87f6721b
@ -1,7 +1,7 @@
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
python3 -m venv testEnv
|
python3 -m venv testEnv
|
||||||
source ./testEnv/activate
|
source ./testEnv/bin/activate
|
||||||
pip install locust
|
pip install locust
|
||||||
java -jar target/scala-2.13/LibreCaptcha.jar &
|
java -jar target/scala-2.13/LibreCaptcha.jar &
|
||||||
JAVA_PID=$!
|
JAVA_PID=$!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user