diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-21 00:21:28 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-21 19:28:56 +0000 |
commit | cf6d77596459da029814e880015e3ae316bc2b93 (patch) | |
tree | 99571b380df3f46927bae1df1abf0172f1da9eff /tests/functional_tests/functional_tests_rpc.py | |
parent | functional_tests: add more transfer tests (diff) | |
download | monero-cf6d77596459da029814e880015e3ae316bc2b93.tar.xz |
functional_tests: add proofs tests (tx key, in/out tx, reserve)
Diffstat (limited to 'tests/functional_tests/functional_tests_rpc.py')
-rwxr-xr-x | tests/functional_tests/functional_tests_rpc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional_tests/functional_tests_rpc.py b/tests/functional_tests/functional_tests_rpc.py index d7f4da2d7..aae546a6b 100755 --- a/tests/functional_tests/functional_tests_rpc.py +++ b/tests/functional_tests/functional_tests_rpc.py @@ -9,7 +9,7 @@ import socket import string USAGE = 'usage: functional_tests_rpc.py <python> <srcdir> <builddir> [<tests-to-run> | all]' -DEFAULT_TESTS = ['daemon_info', 'blockchain', 'wallet_address', 'integrated_address', 'mining', 'transfer', 'txpool', 'multisig', 'cold_signing', 'sign_message'] +DEFAULT_TESTS = ['daemon_info', 'blockchain', 'wallet_address', 'integrated_address', 'mining', 'transfer', 'txpool', 'multisig', 'cold_signing', 'sign_message', 'proofs'] try: python = sys.argv[1] srcdir = sys.argv[2] |