Bitcoin to NYC3 and update gitian compile code
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#!/usr/bin/env python3
|
||||
# Copyright (c) 2017-2018 The Bitcoin Core developers
|
||||
# Copyright (c) 2017-2018 The NYC3 Core developers
|
||||
# Distributed under the MIT software license, see the accompanying
|
||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
"""Test bitcoin-cli"""
|
||||
from test_framework.test_framework import BitcoinTestFramework
|
||||
from test_framework.test_framework import NYC3TestFramework
|
||||
from test_framework.util import assert_equal, assert_raises_process_error, get_auth_cookie
|
||||
|
||||
class TestBitcoinCli(BitcoinTestFramework):
|
||||
class TestNYC3Cli(NYC3TestFramework):
|
||||
|
||||
def set_test_params(self):
|
||||
self.setup_clean_chain = True
|
||||
@@ -76,4 +76,4 @@ class TestBitcoinCli(BitcoinTestFramework):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
TestBitcoinCli().main()
|
||||
TestNYC3Cli().main()
|
||||
|
||||
Reference in New Issue
Block a user