Browse Source

minor fix

The MMGen Project 3 years ago
parent
commit
5339f5f1a9
2 changed files with 3 additions and 2 deletions
  1. 1 1
      mmgen/tw.py
  2. 2 1
      test/unit_tests.py

+ 1 - 1
mmgen/tw.py

@@ -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

+ 2 - 1
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):