Review at  https://gerrit.osmocom.org/3105

suite: Print process ending prematurely

Change-Id: Icec476ccc536611f771dcc7872f5190bbd0572e7
---
M src/osmo_gsm_tester/suite.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/05/3105/1

diff --git a/src/osmo_gsm_tester/suite.py b/src/osmo_gsm_tester/suite.py
index 66d06fa..c4a9abc 100644
--- a/src/osmo_gsm_tester/suite.py
+++ b/src/osmo_gsm_tester/suite.py
@@ -379,7 +379,7 @@
                     process.log_stdout_tail()
                     process.log_stderr_tail()
                     log.ctx(process)
-                    raise log.Error('Process ended prematurely')
+                    raise log.Error('Process ended prematurely: %s' % 
process.name())
 
     def prompt(self, *msgs, **msg_details):
         'ask for user interaction. Do not use in tests that should run 
automatically!'

-- 
To view, visit https://gerrit.osmocom.org/3105
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icec476ccc536611f771dcc7872f5190bbd0572e7
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <[email protected]>

Reply via email to