http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/4c49a6e59c6ce9852b02f45bee048a066c97d88e?style=split
_args or ('coin','pw') @@ -161,3 +161,6 @@ if __name__ == '__main__': {'coin': do_coin_tests, 'pw': do_passwd_tests }[cmd]() {'coin': do_coin_tests, 'pw': do_passwd_tests }[cmd]() end_msg(int(time.time()) - start_time) end_msg(int(time.time()) - start_time) + +from mmgen.main import launch +launch(func=main) + 2 - 1 test/start-coin-daemons.py View File @@ -9,4 +9,5 @@ try: except ImportError: except ImportError: from test.include.coin_daemon_control import main from test.include.coin_daemon_control import...