test: Run rpc-tests.py in full_test_suite.py

This commit is contained in:
Jack Grigg 2020-11-21 02:36:02 +00:00
parent 891fbff5b9
commit 21a7ec8bfb
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ STAGE_COMMANDS = {
'util-test': util_test,
'secp256k1': ['make', '-C', repofile('src/secp256k1'), 'check'],
'univalue': ['make', '-C', repofile('src/univalue'), 'check'],
'rpc': [repofile('qa/pull-tester/rpc-tests.sh')],
'rpc': [repofile('qa/pull-tester/rpc-tests.py')],
}