update jar file path for tests

This commit is contained in:
hrj 2022-02-02 09:46:39 +05:30
parent 300a04d47f
commit a3fbbf836b

View File

@ -4,7 +4,7 @@ python3 -m venv testEnv
source ./testEnv/bin/activate
pip install locust
mkdir -p data/
java -jar target/scala-3.1.0/LibreCaptcha.jar &
java -jar target/scala-3.1.1/LibreCaptcha.jar &
JAVA_PID=$!
sleep 4
@ -22,7 +22,7 @@ echo Run functional test
cp data/config.json data/config.json.bak
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=$!
sleep 4