mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-02-15 04:22:28 -05:00
update jar file path for tests
This commit is contained in:
parent
300a04d47f
commit
a3fbbf836b
@ -4,7 +4,7 @@ python3 -m venv testEnv
|
|||||||
source ./testEnv/bin/activate
|
source ./testEnv/bin/activate
|
||||||
pip install locust
|
pip install locust
|
||||||
mkdir -p data/
|
mkdir -p data/
|
||||||
java -jar target/scala-3.1.0/LibreCaptcha.jar &
|
java -jar target/scala-3.1.1/LibreCaptcha.jar &
|
||||||
JAVA_PID=$!
|
JAVA_PID=$!
|
||||||
sleep 4
|
sleep 4
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ echo Run functional test
|
|||||||
cp data/config.json data/config.json.bak
|
cp data/config.json data/config.json.bak
|
||||||
cp tests/debug-config.json data/config.json
|
cp tests/debug-config.json data/config.json
|
||||||
|
|
||||||
java -jar target/scala-3.1.0/LibreCaptcha.jar &
|
java -jar target/scala-3.1.1/LibreCaptcha.jar &
|
||||||
JAVA_PID=$!
|
JAVA_PID=$!
|
||||||
sleep 4
|
sleep 4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user