diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-17 11:24:33 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-21 19:27:47 +0000 |
commit | 3e93c157bd8e3e8113cce97cffd736e5e63589ea (patch) | |
tree | 8f52323ab4959dca7fb41fb2c2f8d1449dcd781d /tests/functional_tests/functional_tests_rpc.py | |
parent | functional_tests: add basic transfer tests (diff) | |
download | monero-3e93c157bd8e3e8113cce97cffd736e5e63589ea.tar.xz |
functional_tests: add integrated address tests
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 4bc77fe19..67c80bfa5 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', 'mining', 'transfer'] +DEFAULT_TESTS = ['daemon_info', 'blockchain', 'wallet_address', 'integrated_address', 'mining', 'transfer'] try: python = sys.argv[1] srcdir = sys.argv[2] |