From: Thierry Parmentelat Date: Thu, 21 Jan 2010 06:27:13 +0000 (+0000) Subject: for summary X-Git-Tag: tests-5.0-1~7 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f107a49edc5b9ce0dec718021a407f081283c6e5;p=tests.git for summary --- 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