Skip to content
Snippets Groups Projects
Commit 78bd8661 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch '1960-fix-install-tests' into 'master'

Resolve "fix install tests"

Closes #1960

See merge request !1681
parents e162d71b 930349bf
No related branches found
No related tags found
2 merge requests!1700Resolve "introduce new frontend to the jar file build process",!1681Resolve "fix install tests"
Pipeline #85821 canceled
......@@ -495,7 +495,7 @@ test_install_debian_package:
- DEBIAN_FRONTEND=noninteractive apt-get install -y ./$debian_file
- screen -d -m java -jar /usr/share/minerva/minerva.jar
#we need to wait a bit - app needs to start
- sleep 15
- sleep 120
- wget http://localhost:8080/minerva/
#test if we can login and list projects
- test 200 = $(curl -X POST -d "login=admin&password=admin" --write-out %{http_code} --silent --output /dev/null -c cookie.txt http://localhost:8080/minerva/api/doLogin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment