From 5339f5f1a94207aa4ef3f046a6e246e59a844f55 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Sat, 5 Feb 2022 13:32:57 +0000 Subject: [PATCH] minor fix --- mmgen/tw.py | 2 +- test/unit_tests.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mmgen/tw.py b/mmgen/tw.py index ca5113f9..3146a842 100755 --- a/mmgen/tw.py +++ b/mmgen/tw.py @@ -17,7 +17,7 @@ # along with this program. If not, see . """ -tw: Tracking wallet dependency classes for the MMGen suite +tw: Tracking wallet dependency classes and helper functions """ import time diff --git a/test/unit_tests.py b/test/unit_tests.py index db123631..bdae82b4 100755 --- a/test/unit_tests.py +++ b/test/unit_tests.py @@ -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):