[PATCH] osmo-gsm-tester[master]: suite: Print process ending prematurely

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Mon Jul 3 16:34:18 UTC 2017


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 <pespin at sysmocom.de>



More information about the gerrit-log mailing list