Merge branch '2.0.x' into 2.1.x

This commit is contained in:
Phillip Webb
2019-06-04 02:07:14 -07:00
107 changed files with 130 additions and 112 deletions

View File

@@ -3,4 +3,4 @@ install_double_link_service
echo 'JAVA_OPTS=-Dserver.port=8081' > /test-service/spring-boot-app.conf
start_service
await_app http://127.0.0.1:8081/
curl -s http://127.0.0.1:8081/
curl -s http://127.0.0.1:8081/

View File

@@ -5,4 +5,4 @@ echo 'LOG_FOLDER=log' > /test-service/spring-boot-app.conf
mkdir -p /test-service/log
start_service
await_app
[[ -s /test-service/log/spring-boot-app.log ]] && echo "Log written"
[[ -s /test-service/log/spring-boot-app.log ]] && echo "Log written"

View File

@@ -6,4 +6,4 @@ useradd andy
chown andy /test-service/spring-boot-app.jar
start_service
await_app
ls -al /test-service/log/spring-boot-app.log
ls -al /test-service/log/spring-boot-app.log

View File

@@ -8,4 +8,4 @@ useradd andy
chown andy /test-service/spring-boot-app.jar
start_service
await_app
ls -al /test-service/log/spring-boot-app.log
ls -al /test-service/log/spring-boot-app.log