4 changed files with 30 additions and 3 deletions
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
source ./test-functions.sh |
||||
install_service |
||||
echo 'LOG_FOLDER=/does/not/exist' > /test-service/spring-boot-app.conf |
||||
start_service |
||||
await_app |
||||
curl -s http://127.0.0.1:8080/ |
||||
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
source ./test-functions.sh |
||||
install_service |
||||
echo 'PID_FOLDER=/does/not/exist' > /test-service/spring-boot-app.conf |
||||
start_service |
||||
await_app |
||||
curl -s http://127.0.0.1:8080/ |
||||
Loading…
Reference in new issue