codeconsole commented on PR #15698:
URL: https://github.com/apache/grails-core/pull/15698#issuecomment-4735645546
Interactive mode is now verified too. Here's exactly what a user sees at the
grails> prompt:
```
grails> run-app
... <===> 85% EXECUTING :bootRun
Grails application running at http://localhost:8080 in environment:
development
grails> ← prompt returns (async), app
is up
(build/run-app.pid present: -rw-r--r-- 4 bytes) ← PID written
while running
grails> stop-app
BUILD FAILED in 7s ← benign: the background
bootRun build ends (app JVM got SIGTERM)
| Application stopped. ← clean stop message
(build/run-app.pid → removed)
grails> exit
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]