mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-03-13 17:52:54 -04:00
change jar path in test
Signed-off-by: hrj <harshad.rj@gmail.com>
This commit is contained in:
parent
9688387b9b
commit
4853e6bccf
@ -4,7 +4,7 @@ python3 -m venv testEnv
|
||||
source ./testEnv/bin/activate
|
||||
pip install locust
|
||||
mkdir -p data/
|
||||
java -jar target/scala-2.13/LibreCaptcha.jar &
|
||||
java -jar target/scala-3.1.0/LibreCaptcha.jar &
|
||||
JAVA_PID=$!
|
||||
sleep 4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user