mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-22 02:35:24 -05:00
update scripts to scala 3.4.1
This commit is contained in:
@@ -4,7 +4,7 @@ python3 -m venv testEnv
|
||||
source ./testEnv/bin/activate
|
||||
pip install locust
|
||||
mkdir -p data/
|
||||
java -jar target/scala-3.3.3/LibreCaptcha.jar &
|
||||
java -jar target/scala-3.4.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.3.3/LibreCaptcha.jar &
|
||||
java -jar target/scala-3.4.1/LibreCaptcha.jar &
|
||||
JAVA_PID=$!
|
||||
sleep 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user