minor fix
This commit is contained in:
parent
36e3de8595
commit
5339f5f1a9
2 changed files with 3 additions and 2 deletions
|
|
@ -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):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue