@@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
-tw: Tracking wallet dependency classes for the MMGen suite
+tw: Tracking wallet dependency classes and helper functions
import time
@@ -69,7 +69,8 @@ for e in exclude:
start_time = int(time.time())
if opt.list:
- Die(0,' '.join(all_tests))
+ Msg(' '.join(all_tests))
+ sys.exit(0)
class UnitTestHelpers(object):