Move integration and deployment tests under a single `spring-boot-tests` module. See gh-9316
7 lines
154 B
Bash
Executable File
7 lines
154 B
Bash
Executable File
source ./test-functions.sh
|
|
install_service
|
|
start_service
|
|
status_service
|
|
echo "Status: $?"
|
|
echo "PID: $(cat /var/run/spring-boot-app/spring-boot-app.pid)"
|