configs: Always exit with code 0
authorJason Lowe-Power <jason@lowepower.com>
Fri, 22 Sep 2017 00:52:00 +0000 (17:52 -0700)
committerJason Lowe-Power <jason@lowepower.com>
Fri, 17 Aug 2018 16:37:42 +0000 (16:37 +0000)
commit034315d0c87da9e5a35e00d6debaf4a0adeacf3f
tree108cffe890abe80ebd52c49588b779e831d5dea7
parenta891159548ef589bc591455421e9770de50e23d4
configs: Always exit with code 0

Update simulation.py to always exit with code 0 assuming the simulation
exits normally. If the running application has a return code that is non
zero, then print the return code before exiting.

Change-Id: I1983985d50311627574d4364b32ee961ae88e003
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-on: https://gem5-review.googlesource.com/4880
configs/common/Simulation.py