I'm running grails test-app on a CI server (bamboo). And I'm getting this message:
Failing task since return code of [/opt/grails-2.4.4/bin/grails test-app unit: integration: -non-interactive] was 137 while expected 0
What specific error does 137 means?
Btw, the result of the test-app was successful.