mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-27 04:53:13 -05:00
test script: fix path to activate
This commit is contained in:
parent
c9abe141ec
commit
7e87f6721b
@ -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=$!
|
||||
|
Loading…
x
Reference in New Issue
Block a user