[Pysys-commits] SF.net SVN: pysys:[1036] branches/post-1.3.0/pysys/launcher
Brought to you by:
ben-spiller,
moraygrieve
|
From: <ben...@us...> - 2018-09-18 16:38:56
|
Revision: 1036
http://sourceforge.net/p/pysys/code/1036
Author: ben-spiller
Date: 2018-09-18 16:38:50 +0000 (Tue, 18 Sep 2018)
Log Message:
-----------
print traceback if the console runtest gets an exception (e.g. from runner.start) since this should not happen unless something is seriously broken, and in that case you really need something to go on otherwise it's impossible to debug;
to avoid printing tracebacks for descriptor problems (i.e. specified test id doesn't exist) use sys.exit(reasonstring) which logs the string to stderr then terminates with an exit code of 1 (without triggering the "Exception" catch block) which is exactly what we want
Modified Paths:
--------------
branches/post-1.3.0/pysys/launcher/__init__.py
branches/post-1.3.0/pysys/launcher/console.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|