Don't print unnecessary backtraces when testing
authorDavid Kågedal <davidk@lysator.liu.se>
Fri, 17 Aug 2007 11:36:51 +0000 (13:36 +0200)
committerKarl Hasselström <kha@treskal.com>
Tue, 21 Aug 2007 20:58:00 +0000 (22:58 +0200)
commitfe104619b4399822c7b8818137174544e75e7903
tree136931317f75e904257e3919d6a6704a2b7f8a4c
parent91fb87a65f2eb14968fee9160804c0ad25c286c8
Don't print unnecessary backtraces when testing

When stg fails, and handles it properly, no backtrace should be printed,
even when running tests with -v.  Getting a backtrace in the output signals
some kind of bug, but in this case there is no bug.

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/main.py