Simple output pass/fail

What is the best way to get a simple indicator of whether all tests pass or fail. I want to trigger the gatling tests from a script and get a simple pass/fail response that will then trigger another script based on the result. Currently, I am using grep to filter out the extraneous text but I was hoping there was a better way.

Have a look at assertions: https://github.com/excilys/gatling/wiki/Assertions