From f107a49edc5b9ce0dec718021a407f081283c6e5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 21 Jan 2010 06:27:13 +0000 Subject: [PATCH] for summary --- system/TestResources.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/TestResources.py b/system/TestResources.py index 8ae9abb..0041404 100644 --- a/system/TestResources.py +++ b/system/TestResources.py @@ -18,22 +18,22 @@ class TestResources: try: plcs = self.localize_qemus(plcs,options) except Exception, e: - print 'Could not localize qemus','--',e,'--','exiting' + print '* Could not localize qemus','--',e,'--','exiting' sys.exit(1) try: plcs = self.localize_nodes(plcs,options) except Exception,e: - print 'Could not localize nodes','--',e,'--','exiting' + print '* Could not localize nodes','--',e,'--','exiting' sys.exit(1) try: plcs = self.localize_plcs(plcs,options) except Exception,e: - print 'Could not localize plcs','--',e,'--','exiting' + print '* Could not localize plcs','--',e,'--','exiting' sys.exit(1) try: plcs = self.localize_rspec(plcs,options) except Exception,e: - print 'Could not localize RSpec','--',e,'--','exiting' + print '* Could not localize RSpec','--',e,'--','exiting' sys.exit(1) return plcs -- 2.47.0