update jar path in second test

Signed-off-by: hrj <harshad.rj@gmail.com>
This commit is contained in:
hrj 2022-01-03 18:38:37 +05:30
parent 4853e6bccf
commit e78af73951

View File

@ -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-2.13/LibreCaptcha.jar &
java -jar target/scala-3.1.0/LibreCaptcha.jar &
JAVA_PID=$!
sleep 4